mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
66
client/src/main/java/Static206.java
Normal file
66
client/src/main/java/Static206.java
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static206 {
|
||||
|
||||
@OriginalMember(owner = "client!qk", name = "c", descriptor = "[I")
|
||||
public static int[] anIntArray427;
|
||||
|
||||
@OriginalMember(owner = "client!qk", name = "g", descriptor = "Lclient!ma;")
|
||||
public static Class95 aClass95_3;
|
||||
|
||||
@OriginalMember(owner = "client!qk", name = "a", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_899 = Static28.method790("0(U");
|
||||
|
||||
@OriginalMember(owner = "client!qk", name = "b", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_900 = Static28.method790("tbrefresh");
|
||||
|
||||
@OriginalMember(owner = "client!qk", name = "f", descriptor = "I")
|
||||
public static int anInt4773 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!qk", name = "h", descriptor = "I")
|
||||
public static int anInt4774 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!qk", name = "l", descriptor = "Lclient!na;")
|
||||
private static final Class100 aClass100_902 = Static28.method790(" ");
|
||||
|
||||
@OriginalMember(owner = "client!qk", name = "i", descriptor = "Lclient!na;")
|
||||
public static Class100 aClass100_901 = aClass100_902;
|
||||
|
||||
@OriginalMember(owner = "client!qk", name = "a", descriptor = "(ZIIIIFII)[I")
|
||||
public static int[] method3679(@OriginalArg(5) float arg0) {
|
||||
@Pc(11) int[] local11 = new int[2048];
|
||||
@Pc(15) Class3_Sub1_Sub4 local15 = new Class3_Sub1_Sub4();
|
||||
local15.anInt646 = 8;
|
||||
local15.anInt642 = 4;
|
||||
local15.anInt650 = 35;
|
||||
local15.anInt641 = 8;
|
||||
local15.anInt648 = (int) (arg0 * 4096.0F);
|
||||
local15.aBoolean44 = true;
|
||||
local15.method4630();
|
||||
Static10.method348(1, 2048);
|
||||
local15.method584(0, local11);
|
||||
return local11;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!qk", name = "a", descriptor = "(BLclient!wa;)Lclient!j;")
|
||||
public static Class3_Sub1 method3680(@OriginalArg(1) Class3_Sub15 arg0) {
|
||||
arg0.method2229();
|
||||
@Pc(13) int local13 = arg0.method2229();
|
||||
@Pc(17) Class3_Sub1 local17 = Static223.method3860(local13);
|
||||
local17.anInt5840 = arg0.method2229();
|
||||
@Pc(26) int local26 = arg0.method2229();
|
||||
for (@Pc(34) int local34 = 0; local34 < local26; local34++) {
|
||||
@Pc(41) int local41 = arg0.method2229();
|
||||
local17.method4629(local41, arg0);
|
||||
}
|
||||
local17.method4630();
|
||||
return local17;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!qk", name = "a", descriptor = "(ZI)I")
|
||||
public static int method3681(@OriginalArg(1) int arg0) {
|
||||
return arg0 >>> 8;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue