mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -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
|
|
@ -3,29 +3,20 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
|
||||
public final class Static130 {
|
||||
|
||||
@OriginalMember(owner = "client!kc", name = "n", descriptor = "Lclient!fd;")
|
||||
public static WorldMapFont aClass41_1;
|
||||
|
||||
@OriginalMember(owner = "client!kc", name = "o", descriptor = "[[[Lclient!bj;")
|
||||
public static Tile[][][] aClass3_Sub5ArrayArrayArray1;
|
||||
|
||||
@OriginalMember(owner = "client!kc", name = "p", descriptor = "[I")
|
||||
public static int[] anIntArray299;
|
||||
|
||||
@OriginalMember(owner = "client!kc", name = "t", descriptor = "I")
|
||||
public static int anInt3161;
|
||||
|
||||
@OriginalMember(owner = "client!kc", name = "w", descriptor = "Lclient!ve;")
|
||||
@OriginalMember(owner = "client!kc", name = "w", descriptor = "Lclient!ve;")
|
||||
public static Js5 js5Archive6;
|
||||
|
||||
@OriginalMember(owner = "client!kc", name = "C", descriptor = "Lclient!fd;")
|
||||
public static WorldMapFont aClass41_2;
|
||||
|
||||
@OriginalMember(owner = "client!kc", name = "s", descriptor = "[I")
|
||||
public static final int[] anIntArray300 = new int[] { 1, 1, 1, 1, 4, 1, 1, 5, 6, 1, 5, 0, 7, 0, 4, 1, 7, 2, 1, 1, 6, 1, 1, 3, 6, 1, 7, 0, 0, 6, 7, 0, 1, 7, 6, 1, 1, 1, 5, 4, 3, 2, 1, 1, 0, 4, 1, 5 };
|
||||
|
||||
@OriginalMember(owner = "client!kc", name = "a", descriptor = "(ILclient!ve;I)Lclient!qf;")
|
||||
public static Sprite loadSpriteAutoDetect(@OriginalArg(1) Js5 arg0, @OriginalArg(2) int arg1) {
|
||||
return Static254.method4346(arg0, arg1) ? Static82.method1764() : null;
|
||||
return SpriteLoader.decode(arg0, arg1) ? SpriteLoader.method1764() : null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue