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/Class3_Sub2_Sub14.java
Normal file
29
client/src/main/java/Class3_Sub2_Sub14.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!md")
|
||||
public final class Class3_Sub2_Sub14 extends Class3_Sub2 {
|
||||
|
||||
@OriginalMember(owner = "client!md", name = "K", descriptor = "I")
|
||||
public int anInt3706 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!md", name = "a", descriptor = "(Lclient!wa;I)V")
|
||||
public final void method2927(@OriginalArg(0) Class3_Sub15 arg0) {
|
||||
while (true) {
|
||||
@Pc(10) int local10 = arg0.method2229();
|
||||
if (local10 == 0) {
|
||||
return;
|
||||
}
|
||||
this.method2931(arg0, local10);
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!md", name = "a", descriptor = "(Lclient!wa;IZ)V")
|
||||
private void method2931(@OriginalArg(0) Class3_Sub15 arg0, @OriginalArg(1) int arg1) {
|
||||
if (arg1 == 2) {
|
||||
this.anInt3706 = arg0.method2163();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue