mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 09:00:26 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
57
client/src/main/java/Static15.java
Normal file
57
client/src/main/java/Static15.java
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static15 {
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "Vb", descriptor = "F")
|
||||
public static float aFloat4;
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "ib", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_83 = Static28.method790("event_opbase");
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "Kb", descriptor = "Z")
|
||||
public static boolean aBoolean33 = true;
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "ac", descriptor = "Lclient!na;")
|
||||
public static Class100 aClass100_87 = null;
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "kc", descriptor = "J")
|
||||
public static long aLong18 = 0L;
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "Ec", descriptor = "I")
|
||||
public static int anInt506 = -1;
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "Zc", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_90 = Static28.method790("Nehmen");
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "a", descriptor = "(Z)Lclient!na;")
|
||||
public static Class100 method479() {
|
||||
@Pc(8) Class100 local8 = Static93.aClass100_518;
|
||||
@Pc(10) Class100 local10 = Static186.aClass100_827;
|
||||
if (Static83.anInt370 != 0) {
|
||||
local8 = Static50.aClass100_365;
|
||||
}
|
||||
if (Static47.aClass100_991 != null) {
|
||||
local10 = Static34.method882(new Class100[] { Static150.aClass100_687, Static47.aClass100_991 });
|
||||
}
|
||||
return Static34.method882(new Class100[] { Static61.aClass100_424, local8, Static80.aClass100_886, Static123.method2423(Static141.anInt3470), Static257.aClass100_98, Static123.method2423(Static204.anInt4760), local10, Static41.aClass100_268 });
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "a", descriptor = "(III)I")
|
||||
public static int method484(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1) {
|
||||
@Pc(10) Class3_Sub27 local10 = (Class3_Sub27) Static20.aClass133_2.method3863((long) arg0);
|
||||
if (local10 == null) {
|
||||
return -1;
|
||||
} else if (arg1 >= 0 && arg1 < local10.anIntArray420.length) {
|
||||
return local10.anIntArray420[arg1];
|
||||
} else {
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!be", name = "a", descriptor = "(II)I")
|
||||
public static int method492(@OriginalArg(1) int arg0) {
|
||||
return arg0 == 16711935 ? -1 : Static105.method2253(arg0);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue