mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 04:50:25 -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
|
|
@ -13,7 +13,7 @@ public final class Static107 {
|
|||
public static int anInt2875 = -1;
|
||||
|
||||
@OriginalMember(owner = "client!id", name = "c", descriptor = "Lclient!na;")
|
||||
public static final JagString aClass100_566 = Static28.parse("::fpson");
|
||||
public static final JagString aClass100_566 = JagString.parse("::fpson");
|
||||
|
||||
@OriginalMember(owner = "client!id", name = "d", descriptor = "[[[I")
|
||||
public static final int[][][] anIntArrayArrayArray9 = new int[2][][];
|
||||
|
|
@ -21,19 +21,6 @@ public final class Static107 {
|
|||
@OriginalMember(owner = "client!id", name = "e", descriptor = "[I")
|
||||
public static final int[] anIntArray259 = new int[14];
|
||||
|
||||
@OriginalMember(owner = "client!id", name = "j", descriptor = "Lclient!of;")
|
||||
public static QuickChatCommandDecoder anInterface3_1 = null;
|
||||
|
||||
@OriginalMember(owner = "client!id", name = "b", descriptor = "(I)V")
|
||||
public static void loop() {
|
||||
if (client.soundChannel != null) {
|
||||
client.soundChannel.loop();
|
||||
}
|
||||
if (client.musicChannel != null) {
|
||||
client.musicChannel.loop();
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!id", name = "a", descriptor = "(IIBII)V")
|
||||
public static void method2263(@OriginalArg(3) int arg0, @OriginalArg(4) int arg1) {
|
||||
Static224.anInt5063 = arg1;
|
||||
|
|
@ -42,8 +29,4 @@ public final class Static107 {
|
|||
Static106.anInt2869 = arg0;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!id", name = "a", descriptor = "(Lclient!ve;B)V")
|
||||
public static void init(@OriginalArg(0) Js5 arg0) {
|
||||
Static85.aClass153_36 = arg0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue