mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 13:30:30 -07:00
Moved source to rt4 package so external code can depend on it
This commit is contained in:
parent
dc6deb9151
commit
153d8569b5
624 changed files with 1253 additions and 7 deletions
39
client/src/main/java/rt4/Static71.java
Normal file
39
client/src/main/java/rt4/Static71.java
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
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++) {
|
||||
@Pc(21) int local21;
|
||||
if (local7 == -1) {
|
||||
local21 = 2047;
|
||||
} else {
|
||||
local21 = PlayerList.ids[local7];
|
||||
}
|
||||
@Pc(31) Player local31 = PlayerList.players[local21];
|
||||
if (local31 != null) {
|
||||
Static263.method4514(local31.getSize(), local31);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue