mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 20:10:21 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
88
client/src/main/java/Static70.java
Normal file
88
client/src/main/java/Static70.java
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static70 {
|
||||
|
||||
@OriginalMember(owner = "client!fi", name = "j", descriptor = "Lclient!qf;")
|
||||
public static Class3_Sub2_Sub1 aClass3_Sub2_Sub1_2;
|
||||
|
||||
@OriginalMember(owner = "client!fi", name = "m", descriptor = "[[[B")
|
||||
public static byte[][][] aByteArrayArrayArray7;
|
||||
|
||||
@OriginalMember(owner = "client!fi", name = "k", descriptor = "I")
|
||||
public static int anInt2013 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!fi", name = "l", descriptor = "I")
|
||||
public static int anInt2014 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!fi", name = "n", descriptor = "I")
|
||||
public static int anInt2015 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!fi", name = "a", descriptor = "(B)Lclient!s;")
|
||||
public static Class93 method1547() {
|
||||
try {
|
||||
return (Class93) Class.forName("Class93_Sub2").getDeclaredConstructor().newInstance();
|
||||
} catch (@Pc(15) Throwable local15) {
|
||||
return new Class93_Sub1();
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!fi", name = "a", descriptor = "(BI)Lclient!na;")
|
||||
public static Class100 method1548(@OriginalArg(1) int arg0) {
|
||||
@Pc(9) Class100 local9 = Static123.method2423(arg0);
|
||||
for (@Pc(21) int local21 = local9.method3120() - 3; local21 > 0; local21 -= 3) {
|
||||
local9 = Static34.method882(new Class100[] { local9.method3137(local21, 0), Static159.aClass100_760, local9.method3136(local21) });
|
||||
}
|
||||
if (local9.method3120() > 9) {
|
||||
return Static34.method882(new Class100[] { Static250.aClass100_1043, local9.method3137(local9.method3120() - 8, 0), Static69.aClass100_444, Static123.aClass100_593, local9, Static116.aClass100_583 });
|
||||
} else if (local9.method3120() > 6) {
|
||||
return Static34.method882(new Class100[] { Static119.aClass100_589, local9.method3137(local9.method3120() - 4, 0), Static35.aClass100_220, Static123.aClass100_593, local9, Static116.aClass100_583 });
|
||||
} else {
|
||||
return Static34.method882(new Class100[] { Static278.aClass100_1101, local9, Static230.aClass100_978 });
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!fi", name = "a", descriptor = "(III)V")
|
||||
public static void method1549(@OriginalArg(1) int arg0, @OriginalArg(2) int arg1) {
|
||||
for (@Pc(11) int local11 = 0; local11 < Static98.anInt2510; local11++) {
|
||||
@Pc(18) Class164 local18 = Static256.method4395(local11);
|
||||
if (local18 != null) {
|
||||
@Pc(24) int local24 = local18.anInt5892;
|
||||
if (local24 >= 0 && !Static94.anInterface1_2.method3236(local24)) {
|
||||
local24 = -1;
|
||||
}
|
||||
@Pc(53) int local53;
|
||||
@Pc(66) int local66;
|
||||
@Pc(72) int local72;
|
||||
@Pc(95) int local95;
|
||||
if (local18.anInt5894 >= 0) {
|
||||
local66 = local18.anInt5894;
|
||||
local72 = (local66 & 0x7F) + arg0;
|
||||
if (local72 < 0) {
|
||||
local72 = 0;
|
||||
} else if (local72 > 127) {
|
||||
local72 = 127;
|
||||
}
|
||||
local95 = (local66 & 0x380) + (arg1 + local66 & 0xFC00) + local72;
|
||||
local53 = Static94.anIntArray220[Static230.method3949(local95, 96)];
|
||||
} else if (local24 >= 0) {
|
||||
local53 = Static94.anIntArray220[Static230.method3949(Static94.anInterface1_2.method3234(local24), 96)];
|
||||
} else if (local18.anInt5899 == -1) {
|
||||
local53 = -1;
|
||||
} else {
|
||||
local66 = local18.anInt5899;
|
||||
local72 = arg0 + (local66 & 0x7F);
|
||||
if (local72 < 0) {
|
||||
local72 = 0;
|
||||
} else if (local72 > 127) {
|
||||
local72 = 127;
|
||||
}
|
||||
local95 = local72 + (local66 & 0x380) + (local66 + arg1 & 0xFC00);
|
||||
local53 = Static94.anIntArray220[Static230.method3949(local95, 96)];
|
||||
}
|
||||
Static145.anIntArray330[local11 + 1] = local53;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue