mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Consolidated a LOT of static classes (first pass)
This commit is contained in:
parent
9789c5b66e
commit
7ffd30e31c
264 changed files with 7190 additions and 8201 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package rt4;
|
||||
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public class PlayerList {
|
||||
@OriginalMember(owner = "client!ja", name = "l", descriptor = "[Lclient!wa;")
|
||||
|
|
@ -21,4 +22,20 @@ public class PlayerList {
|
|||
public static JagString[] playerNames;
|
||||
@OriginalMember(owner = "client!vg", name = "a", descriptor = "[Lclient!na;")
|
||||
public static JagString[] playerNames2;
|
||||
|
||||
@OriginalMember(owner = "client!fk", name = "b", descriptor = "(I)V")
|
||||
public static void method1444() {
|
||||
for (@Pc(7) int local7 = -1; local7 < size; local7++) {
|
||||
@Pc(21) int local21;
|
||||
if (local7 == -1) {
|
||||
local21 = 2047;
|
||||
} else {
|
||||
local21 = ids[local7];
|
||||
}
|
||||
@Pc(31) Player local31 = players[local21];
|
||||
if (local31 != null) {
|
||||
NpcList.method4514(local31.getSize(), local31);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue