mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-15 19:10:22 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
80
client/src/main/java/Static114.java
Normal file
80
client/src/main/java/Static114.java
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
import java.awt.Graphics;
|
||||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static114 {
|
||||
|
||||
@OriginalMember(owner = "client!j", name = "x", descriptor = "Lclient!rk;")
|
||||
public static Class3_Sub2_Sub9 aClass3_Sub2_Sub9_42;
|
||||
|
||||
@OriginalMember(owner = "client!j", name = "v", descriptor = "I")
|
||||
public static int anInt5831 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!j", name = "z", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_1099 = Static28.method790("::shiftclick");
|
||||
|
||||
@OriginalMember(owner = "client!j", name = "K", descriptor = "I")
|
||||
public static int anInt5843 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!j", name = "L", descriptor = "I")
|
||||
public static int anInt5844 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!j", name = "M", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_1100 = Static28.method790("::replacecanvas");
|
||||
|
||||
@OriginalMember(owner = "client!j", name = "O", descriptor = "[I")
|
||||
public static final int[] anIntArray565 = new int[] { 1, -1, -1, 1 };
|
||||
|
||||
@OriginalMember(owner = "client!j", name = "c", descriptor = "(I)V")
|
||||
public static void method4625() {
|
||||
Static204.aClass69_113 = new Class69();
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!j", name = "a", descriptor = "([BI)Lclient!dd;")
|
||||
public static Class3_Sub2_Sub9_Sub1 method4635(@OriginalArg(0) byte[] arg0) {
|
||||
if (arg0 == null) {
|
||||
return null;
|
||||
} else {
|
||||
@Pc(22) Class3_Sub2_Sub9_Sub1 local22 = new Class3_Sub2_Sub9_Sub1(arg0, Static274.anIntArray440, Static269.anIntArray252, Static254.anIntArray488, Static26.anIntArray66, Static7.aByteArrayArray5);
|
||||
Static75.method1631();
|
||||
return local22;
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!j", name = "a", descriptor = "(BZLclient!na;)V")
|
||||
public static void method4636(@OriginalArg(1) boolean arg0, @OriginalArg(2) Class100 arg1) {
|
||||
@Pc(24) int local24 = Static215.aClass3_Sub2_Sub9_32.method2856(arg1, 250);
|
||||
@Pc(31) int local31 = Static215.aClass3_Sub2_Sub9_32.method2860(arg1, 250) * 13;
|
||||
if (Static239.aBoolean269) {
|
||||
Static46.method1186(6, 6, local24 + 4 + 4, local31 + 8, 0);
|
||||
Static46.method1179(6, 6, local24 + 4 + 4, local31 + 4 + 4, 16777215);
|
||||
} else {
|
||||
Static129.method2495(6, 6, local24 + 4 + 4, local31 + 8, 0);
|
||||
Static129.method2483(6, 6, local24 + 8, 4 + 4 + local31, 16777215);
|
||||
}
|
||||
Static215.aClass3_Sub2_Sub9_32.method2852(arg1, 10, 10, local24, local31, 16777215, -1, 1, 1, 0);
|
||||
Static133.method4012(6, local24 + 8, 6, local31 + 4 + 4);
|
||||
if (!arg0) {
|
||||
Static121.method2407(10, 10, local31, local24);
|
||||
} else if (Static239.aBoolean269) {
|
||||
Static239.method4153();
|
||||
} else {
|
||||
try {
|
||||
@Pc(159) Graphics local159 = Static154.aCanvas1.getGraphics();
|
||||
Static260.aClass27_2.method4186(local159);
|
||||
} catch (@Pc(167) Exception local167) {
|
||||
Static154.aCanvas1.repaint();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!j", name = "g", descriptor = "(I)V")
|
||||
public static void method4637() {
|
||||
Static165.aClass3_Sub2_Sub1_8 = null;
|
||||
Static39.aClass3_Sub2_Sub1_1 = null;
|
||||
Static92.aClass3_Sub2_Sub1_6 = null;
|
||||
Static181.aClass3_Sub2_Sub1_9 = null;
|
||||
Static204.aClass3_Sub2_Sub1_10 = null;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue