mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 21:40:30 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
49
client/src/main/java/Static162.java
Normal file
49
client/src/main/java/Static162.java
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static162 {
|
||||
|
||||
@OriginalMember(owner = "client!ml", name = "K", descriptor = "I")
|
||||
public static int anInt3947;
|
||||
|
||||
@OriginalMember(owner = "client!ml", name = "Q", descriptor = "I")
|
||||
public static int anInt3953 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!ml", name = "S", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_765 = Static28.method790("T");
|
||||
|
||||
@OriginalMember(owner = "client!ml", name = "ab", descriptor = "Z")
|
||||
public static boolean aBoolean190 = true;
|
||||
|
||||
@OriginalMember(owner = "client!ml", name = "a", descriptor = "(BILclient!ve;)[Lclient!ek;")
|
||||
public static Class36_Sub1[] method3088(@OriginalArg(1) int arg0, @OriginalArg(2) Class153 arg1) {
|
||||
return Static254.method4346(arg1, arg0) ? Static121.method2406() : null;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ml", name = "a", descriptor = "(B[B)[B")
|
||||
public static byte[] method3092(@OriginalArg(1) byte[] arg0) {
|
||||
@Pc(17) Class3_Sub15 local17 = new Class3_Sub15(arg0);
|
||||
@Pc(21) int local21 = local17.method2229();
|
||||
@Pc(25) int local25 = local17.method2174();
|
||||
if (local25 < 0 || Static133.anInt5233 != 0 && Static133.anInt5233 < local25) {
|
||||
throw new RuntimeException();
|
||||
} else if (local21 == 0) {
|
||||
@Pc(53) byte[] local53 = new byte[local25];
|
||||
local17.method2190(local25, local53);
|
||||
return local53;
|
||||
} else {
|
||||
@Pc(65) int local65 = local17.method2174();
|
||||
if (local65 < 0 || Static133.anInt5233 != 0 && Static133.anInt5233 < local65) {
|
||||
throw new RuntimeException();
|
||||
}
|
||||
@Pc(85) byte[] local85 = new byte[local65];
|
||||
if (local21 == 1) {
|
||||
Static177.method3316(local85, local65, arg0, local25);
|
||||
} else {
|
||||
Static156.aClass56_1.method1842(local85, local17);
|
||||
}
|
||||
return local85;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue