mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 01:51:39 -07:00
Started organizing CS2/Protocol-related functions
This commit is contained in:
parent
46740027df
commit
ef6a5d7385
268 changed files with 5936 additions and 6093 deletions
|
|
@ -4,9 +4,6 @@ import org.openrs2.deob.annotation.Pc;
|
|||
|
||||
public final class Static132 {
|
||||
|
||||
@OriginalMember(owner = "client!ke", name = "T", descriptor = "[[I")
|
||||
public static final int[][] anIntArrayArray24 = new int[][] { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }, { 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1 }, { 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 }, { 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1 }, { 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }, { 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1 }, { 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0 }, { 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1 }, { 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1 } };
|
||||
|
||||
@OriginalMember(owner = "client!ke", name = "U", descriptor = "I")
|
||||
public static int anInt3291 = 0;
|
||||
|
||||
|
|
@ -53,28 +50,12 @@ public final class Static132 {
|
|||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ke", name = "c", descriptor = "(III)V")
|
||||
public static void method2606(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1) {
|
||||
@Pc(8) DelayedStateChange local8 = Static238.method4143(1, arg0);
|
||||
local8.pushServer();
|
||||
local8.intArg1 = arg1;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ke", name = "a", descriptor = "(IIIBI)V")
|
||||
public static void method2607(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(2) int arg2, @OriginalArg(4) int arg3) {
|
||||
@Pc(8) DelayedStateChange local8 = Static238.method4143(4, arg2);
|
||||
local8.pushServer();
|
||||
local8.intArg3 = arg3;
|
||||
local8.intArg2 = arg0;
|
||||
local8.intArg1 = arg1;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ke", name = "f", descriptor = "(B)V")
|
||||
public static void method2608() {
|
||||
@Pc(7) int local7 = 0;
|
||||
for (@Pc(23) int local23 = 0; local23 < 104; local23++) {
|
||||
for (@Pc(30) int local30 = 0; local30 < 104; local30++) {
|
||||
if (Static254.method4348(true, local23, local30, Static130.aClass3_Sub5ArrayArrayArray1, local7)) {
|
||||
if (Static254.method4348(true, local23, local30, SceneGraph.tiles, local7)) {
|
||||
local7++;
|
||||
}
|
||||
if (local7 >= 512) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue