mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 09:00:26 -07:00
Rename Class144 to SeqType
This commit is contained in:
parent
195493cdf8
commit
b56198a4c6
27 changed files with 40 additions and 40 deletions
|
|
@ -171,8 +171,8 @@ public final class Player extends PathingEntity {
|
|||
if (this.aClass59_1 == null) {
|
||||
return;
|
||||
}
|
||||
@Pc(25) Class144 local25 = this.anInt3369 != -1 && this.anInt3420 == 0 ? Static36.method941(this.anInt3369) : null;
|
||||
@Pc(54) Class144 local54 = this.anInt3366 == -1 || this.aBoolean98 || this.anInt3366 == this.method2681().anInt1037 && local25 != null ? null : Static36.method941(this.anInt3366);
|
||||
@Pc(25) SeqType local25 = this.anInt3369 != -1 && this.anInt3420 == 0 ? Static36.method941(this.anInt3369) : null;
|
||||
@Pc(54) SeqType local54 = this.anInt3366 == -1 || this.aBoolean98 || this.anInt3366 == this.method2681().anInt1037 && local25 != null ? null : Static36.method941(this.anInt3366);
|
||||
@Pc(76) Model local76 = this.aClass59_1.method1954(this.aClass147Array3, this.anInt3373, local54, local25, this.anInt3396, this.anInt3388, this.anInt3360, this.anInt3425, this.anInt3407);
|
||||
@Pc(79) int local79 = Static198.method1029();
|
||||
if (Static239.aBoolean269 && Static238.anInt5316 < 96 && local79 > 50) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue