mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-21 02:15:14 -06:00
Consolidated a bunch of static classes
This commit is contained in:
parent
cf6a86e926
commit
774d382816
260 changed files with 4163 additions and 4536 deletions
|
|
@ -19,8 +19,8 @@ public final class Static173 {
|
|||
@Pc(149) int local149;
|
||||
@Pc(158) int local158;
|
||||
@Pc(171) int local171;
|
||||
for (local7 = 0; local7 < Static272.anInt5214; local7++) {
|
||||
local16 = NpcList.npcs[Static33.anIntArray79[local7]];
|
||||
for (local7 = 0; local7 < NpcList.size; local7++) {
|
||||
local16 = NpcList.npcs[NpcList.ids[local7]];
|
||||
if (local16 != null && local16.method2682() && local16.type.aBoolean182 == arg0 && local16.type.isMultiNpcValid()) {
|
||||
@Pc(42) int local42 = local16.getSize();
|
||||
@Pc(97) int local97;
|
||||
|
|
@ -57,9 +57,9 @@ public final class Static173 {
|
|||
}
|
||||
}
|
||||
}
|
||||
label200: for (local7 = 0; local7 < Static272.anInt5214; local7++) {
|
||||
local16 = NpcList.npcs[Static33.anIntArray79[local7]];
|
||||
@Pc(262) long local262 = (long) Static33.anIntArray79[local7] << 32 | 0x20000000L;
|
||||
label200: for (local7 = 0; local7 < NpcList.size; local7++) {
|
||||
local16 = NpcList.npcs[NpcList.ids[local7]];
|
||||
@Pc(262) long local262 = (long) NpcList.ids[local7] << 32 | 0x20000000L;
|
||||
if (local16 != null && local16.method2682() && local16.type.aBoolean182 == arg0 && local16.type.isMultiNpcValid()) {
|
||||
local107 = local16.getSize();
|
||||
if (local107 == 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue