mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 17:10:24 -07:00
Consolidated MaterialManager class
This commit is contained in:
parent
49ccfc34ec
commit
46740027df
38 changed files with 157 additions and 159 deletions
|
|
@ -1,6 +1,4 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static128 {
|
||||
|
||||
|
|
@ -13,11 +11,4 @@ public final class Static128 {
|
|||
@OriginalMember(owner = "client!ka", name = "t", descriptor = "[I")
|
||||
public static final int[] anIntArray294 = new int[] { 0, 0, 2, 0, 0, 2, 1, 1, 0 };
|
||||
|
||||
@OriginalMember(owner = "client!ka", name = "b", descriptor = "(II)V")
|
||||
public static void method2481(@OriginalArg(1) int arg0) {
|
||||
if (arg0 == Static48.anInt1447) {
|
||||
@Pc(12) MaterialRenderer local12 = Static2.anInterface4Array1[arg0];
|
||||
local12.method4604(Static158.anInt3857);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue