mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 01:51:39 -07:00
Loads of refactoring, renamed Class3_Sub13 to EnumStringEntry too
This commit is contained in:
parent
e11ef7d372
commit
d2c6c19cb8
263 changed files with 2432 additions and 2436 deletions
|
|
@ -9,7 +9,7 @@ public final class Static140 {
|
|||
public static int[][][] anIntArrayArrayArray12;
|
||||
|
||||
@OriginalMember(owner = "client!la", name = "f", descriptor = "Lclient!ce;")
|
||||
public static final SecondaryLinkedList aClass16_7 = new SecondaryLinkedList();
|
||||
public static final SecondaryLinkedList clientQueue = new SecondaryLinkedList();
|
||||
|
||||
@OriginalMember(owner = "client!la", name = "a", descriptor = "(Lclient!wa;Z)V")
|
||||
public static void method2705(@OriginalArg(0) Buffer arg0) {
|
||||
|
|
@ -34,12 +34,12 @@ public final class Static140 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!la", name = "a", descriptor = "(ILclient!e;)I")
|
||||
public static int method2706(@OriginalArg(1) Player arg0) {
|
||||
public static int getSound(@OriginalArg(1) Player arg0) {
|
||||
@Pc(14) int local14 = arg0.anInt1654;
|
||||
@Pc(18) BasType local18 = arg0.method2681();
|
||||
if (local18.anInt1037 == arg0.anInt3366) {
|
||||
if (local18.idleAnimationId == arg0.anInt3366) {
|
||||
local14 = arg0.anInt1648;
|
||||
} else if (local18.anInt1058 == arg0.anInt3366 || arg0.anInt3366 == local18.anInt1054 || arg0.anInt3366 == local18.anInt1045 || local18.anInt1043 == arg0.anInt3366) {
|
||||
} else if (local18.runAnimationId == arg0.anInt3366 || arg0.anInt3366 == local18.runAnimationId2 || arg0.anInt3366 == local18.runAnimationId4 || local18.runAnimationId3 == arg0.anInt3366) {
|
||||
local14 = arg0.anInt1670;
|
||||
} else if (arg0.anInt3366 == local18.anInt1062 || arg0.anInt3366 == local18.anInt1042 || arg0.anInt3366 == local18.anInt1048 || arg0.anInt3366 == local18.anInt1066) {
|
||||
local14 = arg0.anInt1658;
|
||||
|
|
@ -53,25 +53,25 @@ public final class Static140 {
|
|||
return;
|
||||
}
|
||||
if (Static35.anInt1093 >= 100) {
|
||||
Static103.method2231(Static186.EMPTY_FILE, 0, LocalizedText.IGNORELISTFULL);
|
||||
Static103.method2231(Static186.EMPTY, 0, LocalizedText.IGNORELISTFULL);
|
||||
return;
|
||||
}
|
||||
@Pc(34) JagString local34 = Static79.decode37(arg0).method3125();
|
||||
@Pc(36) int local36;
|
||||
for (local36 = 0; local36 < Static35.anInt1093; local36++) {
|
||||
if (Static190.aLongArray6[local36] == arg0) {
|
||||
Static103.method2231(Static186.EMPTY_FILE, 0, Static34.concatenate(new JagString[] { local34, LocalizedText.IGNORELISTDUPE}));
|
||||
Static103.method2231(Static186.EMPTY, 0, Static34.concatenate(new JagString[] { local34, LocalizedText.IGNORELISTDUPE}));
|
||||
return;
|
||||
}
|
||||
}
|
||||
for (local36 = 0; local36 < Static9.anInt178; local36++) {
|
||||
if (Static92.aLongArray3[local36] == arg0) {
|
||||
Static103.method2231(Static186.EMPTY_FILE, 0, Static34.concatenate(new JagString[] { LocalizedText.REMOVESOCIAL2, local34, LocalizedText.REMOVEFRIEND}));
|
||||
Static103.method2231(Static186.EMPTY, 0, Static34.concatenate(new JagString[] { LocalizedText.REMOVESOCIAL2, local34, LocalizedText.REMOVEFRIEND}));
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (local34.strEquals(Static173.self.aClass100_364)) {
|
||||
Static103.method2231(Static186.EMPTY_FILE, 0, LocalizedText.IGNORECANTADDSELF);
|
||||
Static103.method2231(Static186.EMPTY, 0, LocalizedText.IGNORECANTADDSELF);
|
||||
return;
|
||||
}
|
||||
Static190.aLongArray6[Static35.anInt1093] = arg0;
|
||||
|
|
@ -83,7 +83,7 @@ public final class Static140 {
|
|||
|
||||
@OriginalMember(owner = "client!la", name = "a", descriptor = "(II)Lclient!ic;")
|
||||
public static LightType method2709(@OriginalArg(1) int arg0) {
|
||||
@Pc(10) LightType local10 = (LightType) Static220.aClass99_28.method3106((long) arg0);
|
||||
@Pc(10) LightType local10 = (LightType) Static220.aClass99_28.get((long) arg0);
|
||||
if (local10 != null) {
|
||||
return local10;
|
||||
}
|
||||
|
|
@ -92,7 +92,7 @@ public final class Static140 {
|
|||
if (local26 != null) {
|
||||
local10.method2257(new Buffer(local26), arg0);
|
||||
}
|
||||
Static220.aClass99_28.method3095(local10, (long) arg0);
|
||||
Static220.aClass99_28.put(local10, (long) arg0);
|
||||
return local10;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue