mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 13:30:30 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
38
client/src/main/java/Class74.java
Normal file
38
client/src/main/java/Class74.java
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!jd")
|
||||
public final class Class74 implements Runnable {
|
||||
|
||||
@OriginalMember(owner = "client!jd", name = "e", descriptor = "Z")
|
||||
public boolean aBoolean151 = true;
|
||||
|
||||
@OriginalMember(owner = "client!jd", name = "f", descriptor = "Ljava/lang/Object;")
|
||||
public final Object anObject4 = new Object();
|
||||
|
||||
@OriginalMember(owner = "client!jd", name = "k", descriptor = "I")
|
||||
public int anInt2990 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!jd", name = "l", descriptor = "[I")
|
||||
public final int[] anIntArray279 = new int[500];
|
||||
|
||||
@OriginalMember(owner = "client!jd", name = "n", descriptor = "[I")
|
||||
public final int[] anIntArray280 = new int[500];
|
||||
|
||||
@OriginalMember(owner = "client!jd", name = "run", descriptor = "()V")
|
||||
@Override
|
||||
public final void run() {
|
||||
while (this.aBoolean151) {
|
||||
@Pc(12) Object local12 = this.anObject4;
|
||||
synchronized (this.anObject4) {
|
||||
if (this.anInt2990 < 500) {
|
||||
this.anIntArray280[this.anInt2990] = Static215.anInt4873;
|
||||
this.anIntArray279[this.anInt2990] = Static223.anInt5032;
|
||||
this.anInt2990++;
|
||||
}
|
||||
}
|
||||
Static231.method3983(50L);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue