mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 21:10:19 -07:00
27 lines
699 B
Java
27 lines
699 B
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
import org.openrs2.deob.annotation.Pc;
|
|
|
|
public final class Static71 {
|
|
|
|
@OriginalMember(owner = "client!fk", name = "j", descriptor = "[[I")
|
|
public static int[][] anIntArrayArray10;
|
|
|
|
@OriginalMember(owner = "client!fk", name = "b", descriptor = "(I)V")
|
|
public static void method1444() {
|
|
for (@Pc(7) int local7 = -1; local7 < PlayerList.size; local7++) {
|
|
@Pc(21) int local21;
|
|
if (local7 == -1) {
|
|
local21 = 2047;
|
|
} else {
|
|
local21 = PlayerList.ids[local7];
|
|
}
|
|
@Pc(31) Player local31 = PlayerList.players[local21];
|
|
if (local31 != null) {
|
|
NpcList.method4514(local31.getSize(), local31);
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|