mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Rename Class3_Sub2_Sub8 to DelayedStateChange
This commit is contained in:
parent
2055f7c3fb
commit
817ea8d7d3
26 changed files with 34 additions and 34 deletions
|
|
@ -1,53 +0,0 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!da")
|
||||
public final class Class3_Sub2_Sub8 extends SecondaryNode {
|
||||
|
||||
@OriginalMember(owner = "client!da", name = "T", descriptor = "I")
|
||||
public int anInt1269;
|
||||
|
||||
@OriginalMember(owner = "client!da", name = "U", descriptor = "I")
|
||||
public int anInt1270;
|
||||
|
||||
@OriginalMember(owner = "client!da", name = "V", descriptor = "I")
|
||||
public int anInt1271;
|
||||
|
||||
@OriginalMember(owner = "client!da", name = "W", descriptor = "Lclient!na;")
|
||||
public JagString aClass100_254;
|
||||
|
||||
@OriginalMember(owner = "client!da", name = "<init>", descriptor = "(II)V")
|
||||
public Class3_Sub2_Sub8(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1) {
|
||||
this.aLong192 = (long) arg0 << 32 | (long) arg1;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!da", name = "a", descriptor = "(Z)V")
|
||||
public final void method1007() {
|
||||
this.aLong185 = MonotonicClock.method5096() + 500L | Long.MIN_VALUE & this.aLong185;
|
||||
Static140.aClass16_7.method798(this);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!da", name = "b", descriptor = "(Z)J")
|
||||
public final long method1009() {
|
||||
return this.aLong185 & Long.MAX_VALUE;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!da", name = "e", descriptor = "(I)I")
|
||||
public final int method1011() {
|
||||
return (int) (this.aLong192 >>> 32 & 0xFFL);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!da", name = "f", descriptor = "(B)I")
|
||||
public final int method1012() {
|
||||
return (int) this.aLong192;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!da", name = "g", descriptor = "(B)V")
|
||||
public final void method1017() {
|
||||
this.aLong185 |= Long.MIN_VALUE;
|
||||
if (this.method1009() == 0L) {
|
||||
Static215.aClass16_9.method798(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue