mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-28 05:45:15 -06:00
21 lines
788 B
Java
21 lines
788 B
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
|
|
public final class Static235 {
|
|
|
|
@OriginalMember(owner = "client!tb", name = "X", descriptor = "Lclient!se;")
|
|
public static MapElementList mapElementList;
|
|
|
|
@OriginalMember(owner = "client!tb", name = "P", descriptor = "Lclient!na;")
|
|
public static final JagString aClass100_1002 = JagString.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 Cheat.shiftClick && Keyboard.pressedKeys[Keyboard.KEY_SHIFT] && Static231.anInt5204 > 2 ? Static190.anIntArray382[Static231.anInt5204 - 2] : Static190.anIntArray382[Static231.anInt5204 - 1];
|
|
}
|
|
|
|
}
|