mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 04:20:21 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
45
client/src/main/java/Static14.java
Normal file
45
client/src/main/java/Static14.java
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static14 {
|
||||
|
||||
@OriginalMember(owner = "client!bd", name = "g", descriptor = "Lclient!ve;")
|
||||
public static Class153 aClass153_8;
|
||||
|
||||
@OriginalMember(owner = "client!bd", name = "b", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_80 = Static28.method790("(U(Y");
|
||||
|
||||
@OriginalMember(owner = "client!bd", name = "d", descriptor = "Lclient!na;")
|
||||
public static final Class100 aClass100_81 = Static28.method790("Ausw-=hlen");
|
||||
|
||||
@OriginalMember(owner = "client!bd", name = "i", descriptor = "I")
|
||||
public static int anInt441 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!bd", name = "a", descriptor = "(Z)[Lclient!mm;")
|
||||
public static Class3_Sub2_Sub1_Sub1[] method474() {
|
||||
@Pc(4) Class3_Sub2_Sub1_Sub1[] local4 = new Class3_Sub2_Sub1_Sub1[Static165.anInt4038];
|
||||
for (@Pc(12) int local12 = 0; local12 < Static165.anInt4038; local12++) {
|
||||
@Pc(27) int local27 = Static26.anIntArray66[local12] * Static254.anIntArray488[local12];
|
||||
@Pc(31) byte[] local31 = Static7.aByteArrayArray5[local12];
|
||||
@Pc(34) int[] local34 = new int[local27];
|
||||
for (@Pc(36) int local36 = 0; local36 < local27; local36++) {
|
||||
local34[local36] = Static259.anIntArray513[local31[local36] & 0xFF];
|
||||
}
|
||||
local4[local12] = new Class3_Sub2_Sub1_Sub1(Static124.anInt3080, Static227.anInt5091, Static274.anIntArray440[local12], Static269.anIntArray252[local12], Static254.anIntArray488[local12], Static26.anIntArray66[local12], local34);
|
||||
}
|
||||
Static75.method1631();
|
||||
return local4;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bd", name = "a", descriptor = "(BI)V")
|
||||
public static void method475(@OriginalArg(1) int arg0) {
|
||||
@Pc(8) Class3_Sub27 local8 = (Class3_Sub27) Static20.aClass133_2.method3863((long) arg0);
|
||||
if (local8 != null) {
|
||||
for (@Pc(24) int local24 = 0; local24 < local8.anIntArray420.length; local24++) {
|
||||
local8.anIntArray420[local24] = -1;
|
||||
local8.anIntArray422[local24] = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue