mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 09:30:22 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
43
client/src/main/java/Static235.java
Normal file
43
client/src/main/java/Static235.java
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static235 {
|
||||
|
||||
@OriginalMember(owner = "client!tb", name = "X", descriptor = "Lclient!se;")
|
||||
public static Class134 aClass134_2;
|
||||
|
||||
@OriginalMember(owner = "client!tb", name = "P", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_1002 = Static28.method790("(U5");
|
||||
|
||||
@OriginalMember(owner = "client!tb", name = "Q", descriptor = "I")
|
||||
public static int anInt5276 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!tb", name = "h", descriptor = "(I)I")
|
||||
public static int method4044() {
|
||||
return Static172.aBoolean199 && Static187.aBooleanArray101[81] && Static231.anInt5204 > 2 ? Static190.anIntArray382[Static231.anInt5204 - 2] : Static190.anIntArray382[Static231.anInt5204 - 1];
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!tb", name = "b", descriptor = "(IB)Lclient!bc;")
|
||||
public static Class3_Sub2_Sub2 method4045(@OriginalArg(0) int arg0) {
|
||||
@Pc(10) Class3_Sub2_Sub2 local10 = (Class3_Sub2_Sub2) Static73.aClass54_7.method1806((long) arg0);
|
||||
if (local10 != null) {
|
||||
return local10;
|
||||
}
|
||||
@Pc(24) byte[] local24;
|
||||
if (arg0 < 32768) {
|
||||
local24 = Static87.aClass153_38.method4495(0, arg0);
|
||||
} else {
|
||||
local24 = Static29.aClass153_19.method4495(0, arg0 & 0x7FFF);
|
||||
}
|
||||
local10 = new Class3_Sub2_Sub2();
|
||||
if (local24 != null) {
|
||||
local10.method470(new Class3_Sub15(local24));
|
||||
}
|
||||
if (arg0 >= 32768) {
|
||||
local10.method465();
|
||||
}
|
||||
Static73.aClass54_7.method1811(local10, (long) arg0);
|
||||
return local10;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue