mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 04:50:25 -07:00
Renamed bunch of variables in all Type classes
This commit is contained in:
parent
d2c6c19cb8
commit
a3420acc1c
121 changed files with 1408 additions and 1408 deletions
|
|
@ -265,7 +265,7 @@ public abstract class PathingEntity extends Entity {
|
|||
|
||||
@OriginalMember(owner = "client!fe", name = "a", descriptor = "(IIIIZ)V")
|
||||
public final void method2683(@OriginalArg(1) int arg0, @OriginalArg(2) int arg1, @OriginalArg(3) int arg2, @OriginalArg(4) boolean arg3) {
|
||||
if (this.anInt3369 != -1 && Static36.method941(this.anInt3369).anInt5349 == 1) {
|
||||
if (this.anInt3369 != -1 && Static36.get(this.anInt3369).anInt5349 == 1) {
|
||||
this.anInt3369 = -1;
|
||||
}
|
||||
if (!arg3) {
|
||||
|
|
@ -306,7 +306,7 @@ public abstract class PathingEntity extends Entity {
|
|||
local10--;
|
||||
local15++;
|
||||
}
|
||||
if (this.anInt3369 != -1 && Static36.method941(this.anInt3369).anInt5349 == 1) {
|
||||
if (this.anInt3369 != -1 && Static36.get(this.anInt3369).anInt5349 == 1) {
|
||||
this.anInt3369 = -1;
|
||||
}
|
||||
if (this.movementQueueSize < 9) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue