mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 13:30:30 -07: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
|
|
@ -1,25 +1,16 @@
|
|||
package rt4;
|
||||
|
||||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static71 {
|
||||
|
||||
@OriginalMember(owner = "client!fk", name = "e", descriptor = "I")
|
||||
public static int anInt1885;
|
||||
|
||||
@OriginalMember(owner = "client!fk", name = "j", descriptor = "[[I")
|
||||
public static int[][] anIntArrayArray10;
|
||||
|
||||
@OriginalMember(owner = "client!fk", name = "k", descriptor = "[I")
|
||||
public static final int[] anIntArray147 = new int[14];
|
||||
|
||||
@OriginalMember(owner = "client!fk", name = "a", descriptor = "([BIZ)I")
|
||||
public static int method1442(@OriginalArg(0) byte[] arg0, @OriginalArg(1) int arg1) {
|
||||
return Static169.crc32(0, arg1, arg0);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!fk", name = "b", descriptor = "(I)V")
|
||||
public static void method1444() {
|
||||
for (@Pc(7) int local7 = -1; local7 < PlayerList.size; local7++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue