mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
29
client/src/main/java/Class35.java
Normal file
29
client/src/main/java/Class35.java
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!eh")
|
||||
public final class Class35 {
|
||||
|
||||
@OriginalMember(owner = "client!eh", name = "e", descriptor = "I")
|
||||
public int anInt1765 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!eh", name = "a", descriptor = "(ILclient!wa;)V")
|
||||
public final void method1323(@OriginalArg(1) Class3_Sub15 arg0) {
|
||||
while (true) {
|
||||
@Pc(5) int local5 = arg0.method2229();
|
||||
if (local5 == 0) {
|
||||
return;
|
||||
}
|
||||
this.method1325(arg0, local5);
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!eh", name = "a", descriptor = "(Lclient!wa;BI)V")
|
||||
private void method1325(@OriginalArg(0) Class3_Sub15 arg0, @OriginalArg(2) int arg1) {
|
||||
if (arg1 == 5) {
|
||||
this.anInt1765 = arg0.method2163();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue