mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-28 05:45:15 -06:00
30 lines
847 B
Java
30 lines
847 B
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalArg;
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
import org.openrs2.deob.annotation.Pc;
|
|
|
|
public final class Static271 {
|
|
|
|
@OriginalMember(owner = "client!wc", name = "g", descriptor = "I")
|
|
public static int anInt5804 = 0;
|
|
|
|
@OriginalMember(owner = "client!wc", name = "a", descriptor = "(Lclient!wa;I)V")
|
|
public static void method4598(@OriginalArg(0) Buffer arg0) {
|
|
if (client.uid != null) {
|
|
try {
|
|
client.uid.seek(0L);
|
|
client.uid.write(arg0.data, arg0.offset, 24);
|
|
} catch (@Pc(16) Exception local16) {
|
|
}
|
|
}
|
|
arg0.offset += 24;
|
|
}
|
|
|
|
@OriginalMember(owner = "client!wc", name = "a", descriptor = "(ZI)V")
|
|
public static void method4600(@OriginalArg(1) int arg0) {
|
|
@Pc(8) DelayedStateChange local8 = Static238.method4143(4, arg0);
|
|
local8.pushClient();
|
|
}
|
|
|
|
}
|