mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
43 lines
1.5 KiB
Java
43 lines
1.5 KiB
Java
import org.openrs2.deob.annotation.OriginalArg;
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
import org.openrs2.deob.annotation.Pc;
|
|
|
|
public final class Static235 {
|
|
|
|
@OriginalMember(owner = "client!tb", name = "X", descriptor = "Lclient!se;")
|
|
public static Class134 mapFunctionGroup;
|
|
|
|
@OriginalMember(owner = "client!tb", name = "P", descriptor = "Lclient!na;")
|
|
public static final JagString aClass100_1002 = Static28.parse("(U5");
|
|
|
|
@OriginalMember(owner = "client!tb", name = "Q", descriptor = "I")
|
|
public static int anInt5276 = 0;
|
|
|
|
@OriginalMember(owner = "client!tb", name = "h", descriptor = "(I)I")
|
|
public static int method4044() {
|
|
return Static172.shiftClick && Keyboard.pressedKeys[Keyboard.KEY_SHIFT] && Static231.anInt5204 > 2 ? Static190.anIntArray382[Static231.anInt5204 - 2] : Static190.anIntArray382[Static231.anInt5204 - 1];
|
|
}
|
|
|
|
@OriginalMember(owner = "client!tb", name = "b", descriptor = "(IB)Lclient!bc;")
|
|
public static QuickChatCatType method4045(@OriginalArg(0) int arg0) {
|
|
@Pc(10) QuickChatCatType local10 = (QuickChatCatType) Static73.aClass54_7.method1806((long) arg0);
|
|
if (local10 != null) {
|
|
return local10;
|
|
}
|
|
@Pc(24) byte[] local24;
|
|
if (arg0 < 32768) {
|
|
local24 = Static87.aClass153_38.getFile(0, arg0);
|
|
} else {
|
|
local24 = Static29.aClass153_19.getFile(0, arg0 & 0x7FFF);
|
|
}
|
|
local10 = new QuickChatCatType();
|
|
if (local24 != null) {
|
|
local10.method470(new Buffer(local24));
|
|
}
|
|
if (arg0 >= 32768) {
|
|
local10.method465();
|
|
}
|
|
Static73.aClass54_7.method1811(local10, (long) arg0);
|
|
return local10;
|
|
}
|
|
}
|