mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Created TypeList classes and moved static members to them
This commit is contained in:
parent
6ba1f2f808
commit
b3a5fdbec9
356 changed files with 6604 additions and 6652 deletions
|
|
@ -4,23 +4,20 @@ import org.openrs2.deob.annotation.Pc;
|
|||
|
||||
public final class Static17 {
|
||||
|
||||
@OriginalMember(owner = "client!bg", name = "g", descriptor = "Lclient!i;")
|
||||
public static final Packet aClass3_Sub15_Sub1_2 = new Packet(5000);
|
||||
|
||||
@OriginalMember(owner = "client!bg", name = "z", descriptor = "Lclient!na;")
|
||||
public static final JagString aClass100_101 = Static28.parse("k");
|
||||
@OriginalMember(owner = "client!bg", name = "z", descriptor = "Lclient!na;")
|
||||
public static final JagString aClass100_101 = JagString.parse("k");
|
||||
|
||||
@OriginalMember(owner = "client!bg", name = "M", descriptor = "I")
|
||||
public static int milliseconds = 0;
|
||||
|
||||
@OriginalMember(owner = "client!bg", name = "a", descriptor = "(B)V")
|
||||
public static void method527() {
|
||||
Static57.aClass3_Sub15_Sub1_3.method2233();
|
||||
@Pc(11) int local11 = Static57.aClass3_Sub15_Sub1_3.method2238(1);
|
||||
Protocol.inboundBuffer.method2233();
|
||||
@Pc(11) int local11 = Protocol.inboundBuffer.method2238(1);
|
||||
if (local11 == 0) {
|
||||
return;
|
||||
}
|
||||
@Pc(23) int local23 = Static57.aClass3_Sub15_Sub1_3.method2238(2);
|
||||
@Pc(23) int local23 = Protocol.inboundBuffer.method2238(2);
|
||||
if (local23 == 0) {
|
||||
Static44.anIntArray106[Static116.anInt2951++] = 2047;
|
||||
return;
|
||||
|
|
@ -28,35 +25,35 @@ public final class Static17 {
|
|||
@Pc(54) int local54;
|
||||
@Pc(64) int local64;
|
||||
if (local23 == 1) {
|
||||
local54 = Static57.aClass3_Sub15_Sub1_3.method2238(3);
|
||||
local54 = Protocol.inboundBuffer.method2238(3);
|
||||
PlayerList.self.method2684(1, local54);
|
||||
local64 = Static57.aClass3_Sub15_Sub1_3.method2238(1);
|
||||
local64 = Protocol.inboundBuffer.method2238(1);
|
||||
if (local64 == 1) {
|
||||
Static44.anIntArray106[Static116.anInt2951++] = 2047;
|
||||
}
|
||||
} else if (local23 == 2) {
|
||||
if (Static57.aClass3_Sub15_Sub1_3.method2238(1) == 1) {
|
||||
local54 = Static57.aClass3_Sub15_Sub1_3.method2238(3);
|
||||
if (Protocol.inboundBuffer.method2238(1) == 1) {
|
||||
local54 = Protocol.inboundBuffer.method2238(3);
|
||||
PlayerList.self.method2684(2, local54);
|
||||
local64 = Static57.aClass3_Sub15_Sub1_3.method2238(3);
|
||||
local64 = Protocol.inboundBuffer.method2238(3);
|
||||
PlayerList.self.method2684(2, local64);
|
||||
} else {
|
||||
local54 = Static57.aClass3_Sub15_Sub1_3.method2238(3);
|
||||
local54 = Protocol.inboundBuffer.method2238(3);
|
||||
PlayerList.self.method2684(0, local54);
|
||||
}
|
||||
local54 = Static57.aClass3_Sub15_Sub1_3.method2238(1);
|
||||
local54 = Protocol.inboundBuffer.method2238(1);
|
||||
if (local54 == 1) {
|
||||
Static44.anIntArray106[Static116.anInt2951++] = 2047;
|
||||
}
|
||||
} else if (local23 == 3) {
|
||||
local54 = Static57.aClass3_Sub15_Sub1_3.method2238(7);
|
||||
local64 = Static57.aClass3_Sub15_Sub1_3.method2238(1);
|
||||
Static55.level = Static57.aClass3_Sub15_Sub1_3.method2238(2);
|
||||
@Pc(163) int local163 = Static57.aClass3_Sub15_Sub1_3.method2238(1);
|
||||
local54 = Protocol.inboundBuffer.method2238(7);
|
||||
local64 = Protocol.inboundBuffer.method2238(1);
|
||||
Static55.level = Protocol.inboundBuffer.method2238(2);
|
||||
@Pc(163) int local163 = Protocol.inboundBuffer.method2238(1);
|
||||
if (local163 == 1) {
|
||||
Static44.anIntArray106[Static116.anInt2951++] = 2047;
|
||||
}
|
||||
@Pc(181) int local181 = Static57.aClass3_Sub15_Sub1_3.method2238(7);
|
||||
@Pc(181) int local181 = Protocol.inboundBuffer.method2238(7);
|
||||
PlayerList.self.method1265(local181, local64 == 1, local54);
|
||||
}
|
||||
}
|
||||
|
|
@ -70,7 +67,7 @@ public final class Static17 {
|
|||
public static void method531(@OriginalArg(0) Component arg0, @OriginalArg(1) boolean arg1) {
|
||||
@Pc(20) int local20 = arg0.anInt486 == 0 ? arg0.anInt445 : arg0.anInt486;
|
||||
@Pc(32) int local32 = arg0.anInt491 == 0 ? arg0.anInt459 : arg0.anInt491;
|
||||
Static266.method4190(arg0.id, arg1, local20, local32, Static241.components[arg0.id >> 16]);
|
||||
Static266.method4190(arg0.id, arg1, local20, local32, InterfaceList.components[arg0.id >> 16]);
|
||||
if (arg0.createdComponents != null) {
|
||||
Static266.method4190(arg0.id, arg1, local20, local32, arg0.createdComponents);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue