mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 10:00:19 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
47
client/src/main/java/Static277.java
Normal file
47
client/src/main/java/Static277.java
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static277 {
|
||||
|
||||
@OriginalMember(owner = "client!wi", name = "R", descriptor = "[Lclient!qf;")
|
||||
public static Class3_Sub2_Sub1[] aClass3_Sub2_Sub1Array12;
|
||||
|
||||
@OriginalMember(owner = "client!wi", name = "ab", descriptor = "I")
|
||||
public static int anInt5853;
|
||||
|
||||
@OriginalMember(owner = "client!wi", name = "db", descriptor = "I")
|
||||
public static int anInt5855;
|
||||
|
||||
@OriginalMember(owner = "client!wi", name = "W", descriptor = "I")
|
||||
public static int anInt5850 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!wi", name = "X", descriptor = "[[B")
|
||||
public static final byte[][] aByteArrayArray16 = new byte[1000][];
|
||||
|
||||
@OriginalMember(owner = "client!wi", name = "bb", descriptor = "I")
|
||||
public static int anInt5854 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!wi", name = "hb", descriptor = "[[Z")
|
||||
public static final boolean[][] aBooleanArrayArray4 = new boolean[][] { { true, true, true }, { false, false }, { false, true }, { true, false }, { false, true, true }, { true, false, true }, { false, true, false }, { true, false, false } };
|
||||
|
||||
@OriginalMember(owner = "client!wi", name = "c", descriptor = "(II)Z")
|
||||
public static boolean method4640(@OriginalArg(0) int arg0) {
|
||||
if (arg0 < 0) {
|
||||
return false;
|
||||
}
|
||||
@Pc(12) int local12 = Static39.aShortArray6[arg0];
|
||||
if (local12 >= 2000) {
|
||||
local12 -= 2000;
|
||||
}
|
||||
return local12 == 1003;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!wi", name = "d", descriptor = "(II)V")
|
||||
public static void method4641(@OriginalArg(1) int arg0) {
|
||||
Static217.anInt4901 = -1;
|
||||
Static217.anInt4901 = -1;
|
||||
Static28.anInt919 = arg0;
|
||||
Static38.method965();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue