mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06: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
|
|
@ -11,16 +11,13 @@ public final class Static141 {
|
|||
public static final int[] anIntArray326 = new int[25];
|
||||
|
||||
@OriginalMember(owner = "client!lb", name = "s", descriptor = "Lclient!na;")
|
||||
public static final JagString aClass100_664 = Static28.parse(":clan:");
|
||||
public static final JagString aClass100_664 = JagString.parse(":clan:");
|
||||
|
||||
@OriginalMember(owner = "client!lb", name = "u", descriptor = "I")
|
||||
public static int anInt3469 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!lb", name = "d", descriptor = "(B)V")
|
||||
@OriginalMember(owner = "client!lb", name = "d", descriptor = "(B)V")
|
||||
public static void method2720() {
|
||||
if (Static153.aClass100_724 != null) {
|
||||
Static90.method1853(Static153.aClass100_724);
|
||||
Static153.aClass100_724 = null;
|
||||
if (WorldMap.aClass100_724 != null) {
|
||||
Static90.method1853(WorldMap.aClass100_724);
|
||||
WorldMap.aClass100_724 = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -29,7 +26,7 @@ public final class Static141 {
|
|||
Static65.method1500();
|
||||
Static89.aClass3_Sub2_Sub1_5 = null;
|
||||
Static107.anInt2875 = -1;
|
||||
Static217.method3768();
|
||||
client.method3768();
|
||||
Static255.cache.clear();
|
||||
Static171.aClass139_1 = new Class139();
|
||||
((Js5GlTextureProvider) Rasteriser.textureProvider).clear();
|
||||
|
|
@ -38,8 +35,8 @@ public final class Static141 {
|
|||
Static237.method4120();
|
||||
Static242.method4203();
|
||||
Static115.clear();
|
||||
Static116.clear(false);
|
||||
Static119.method2381();
|
||||
WorldMap.clear(false);
|
||||
TitleScreen.clear();
|
||||
for (@Pc(39) int local39 = 0; local39 < 2048; local39++) {
|
||||
@Pc(46) Player player = Static159.players[local39];
|
||||
if (player != null) {
|
||||
|
|
@ -50,21 +47,21 @@ public final class Static141 {
|
|||
Static242.method4201();
|
||||
Static76.method1642();
|
||||
}
|
||||
Static102.load(Static261.js5Archive13, Static209.js5Archive8);
|
||||
Sprites.load(Static209.js5Archive8);
|
||||
Fonts.load(client.js5Archive13, client.js5Archive8);
|
||||
Sprites.load(client.js5Archive8);
|
||||
Static204.aClass3_Sub2_Sub1_10 = null;
|
||||
Static39.aClass3_Sub2_Sub1_1 = null;
|
||||
Static92.aClass3_Sub2_Sub1_6 = null;
|
||||
Static165.aClass3_Sub2_Sub1_8 = null;
|
||||
Static181.aClass3_Sub2_Sub1_9 = null;
|
||||
if (client.gameState == 5) {
|
||||
Static181.load(Static209.js5Archive8);
|
||||
TitleScreen.load(client.js5Archive8);
|
||||
}
|
||||
if (client.gameState == 10) {
|
||||
Static73.method1596(false);
|
||||
}
|
||||
if (client.gameState == 30) {
|
||||
Static196.setGameState(25);
|
||||
client.setGameState(25);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -78,15 +75,9 @@ public final class Static141 {
|
|||
if (arg0 && Static113.anInt4612 >= 100) {
|
||||
Static138.renderX = Static245.anInt5375 * 128 + 64;
|
||||
Static134.renderZ = Static248.anInt4232 * 128 + 64;
|
||||
Static5.anInt40 = Static207.method3685(Static55.level, Static138.renderX, Static134.renderZ) - Static231.anInt5203;
|
||||
Static5.anInt40 = SceneGraph.getTileHeight(Static55.level, Static138.renderX, Static134.renderZ) - Static231.anInt5203;
|
||||
}
|
||||
Static227.cameraType = 2;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!lb", name = "a", descriptor = "(Lclient!ve;Lclient!ve;ILclient!ve;)V")
|
||||
public static void init(@OriginalArg(0) Js5 arg0, @OriginalArg(1) Js5 arg1, @OriginalArg(3) Js5 arg2) {
|
||||
Static243.aClass153_98 = arg1;
|
||||
Static5.aClass153_1 = arg0;
|
||||
Static225.aClass153_92 = arg2;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue