mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 16:05:13 -06:00
Started moving around static methods/fields
This commit is contained in:
parent
bed128bd19
commit
6ba1f2f808
305 changed files with 5027 additions and 5075 deletions
|
|
@ -13,23 +13,7 @@ public final class Static14 {
|
|||
@OriginalMember(owner = "client!bd", name = "i", descriptor = "I")
|
||||
public static int anInt441 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!bd", name = "a", descriptor = "(Z)[Lclient!mm;")
|
||||
public static SoftwareSprite[] method474() {
|
||||
@Pc(4) SoftwareSprite[] local4 = new SoftwareSprite[Static165.anInt4038];
|
||||
for (@Pc(12) int local12 = 0; local12 < Static165.anInt4038; local12++) {
|
||||
@Pc(27) int local27 = Static26.anIntArray66[local12] * Static254.anIntArray488[local12];
|
||||
@Pc(31) byte[] local31 = Static7.aByteArrayArray5[local12];
|
||||
@Pc(34) int[] local34 = new int[local27];
|
||||
for (@Pc(36) int local36 = 0; local36 < local27; local36++) {
|
||||
local34[local36] = Static259.anIntArray513[local31[local36] & 0xFF];
|
||||
}
|
||||
local4[local12] = new SoftwareSprite(Static124.anInt3080, Static227.anInt5091, Static274.anIntArray440[local12], Static269.anIntArray252[local12], Static254.anIntArray488[local12], Static26.anIntArray66[local12], local34);
|
||||
}
|
||||
Static75.method1631();
|
||||
return local4;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bd", name = "a", descriptor = "(BI)V")
|
||||
@OriginalMember(owner = "client!bd", name = "a", descriptor = "(BI)V")
|
||||
public static void method475(@OriginalArg(1) int arg0) {
|
||||
@Pc(8) Inv local8 = (Inv) Static20.objectContainerCache.get((long) arg0);
|
||||
if (local8 != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue