mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 18:10:20 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
58
client/src/main/java/Static238.java
Normal file
58
client/src/main/java/Static238.java
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static238 {
|
||||
|
||||
@OriginalMember(owner = "client!te", name = "y", descriptor = "Lclient!ve;")
|
||||
public static Class153 aClass153_96;
|
||||
|
||||
@OriginalMember(owner = "client!te", name = "H", descriptor = "[I")
|
||||
public static int[] anIntArray470;
|
||||
|
||||
@OriginalMember(owner = "client!te", name = "B", descriptor = "[I")
|
||||
public static final int[] anIntArray469 = new int[] { 0, -1, 0, 1 };
|
||||
|
||||
@OriginalMember(owner = "client!te", name = "C", descriptor = "I")
|
||||
public static int anInt5316 = 64;
|
||||
|
||||
@OriginalMember(owner = "client!te", name = "a", descriptor = "(IZ)V")
|
||||
public static void method4142() {
|
||||
Static67.aClass99_20.method3102(5);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!te", name = "a", descriptor = "(III)Lclient!da;")
|
||||
public static Class3_Sub2_Sub8 method4143(@OriginalArg(1) int arg0, @OriginalArg(2) int arg1) {
|
||||
@Pc(13) Class3_Sub2_Sub8 local13 = (Class3_Sub2_Sub8) Static36.aClass133_3.method3863((long) arg1 | (long) arg0 << 32);
|
||||
if (local13 == null) {
|
||||
local13 = new Class3_Sub2_Sub8(arg0, arg1);
|
||||
Static36.aClass133_3.method3862(local13, local13.aLong192);
|
||||
}
|
||||
return local13;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!te", name = "b", descriptor = "(Lclient!na;I)Z")
|
||||
public static boolean method4144(@OriginalArg(0) Class100 arg0) {
|
||||
if (arg0 == null) {
|
||||
return false;
|
||||
}
|
||||
for (@Pc(11) int local11 = 0; local11 < Static35.anInt1093; local11++) {
|
||||
if (arg0.method3111(Static193.aClass100Array134[local11])) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!te", name = "e", descriptor = "(I)V")
|
||||
public static void method4145() {
|
||||
Static151.method2809();
|
||||
Static2.anInterface4Array1 = new Interface4[7];
|
||||
Static2.anInterface4Array1[1] = new Class158();
|
||||
Static2.anInterface4Array1[2] = new Class130();
|
||||
Static2.anInterface4Array1[3] = new Class161();
|
||||
Static2.anInterface4Array1[4] = new Class119();
|
||||
Static2.anInterface4Array1[5] = new Class112();
|
||||
Static2.anInterface4Array1[6] = new Class148();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue