mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
Some of these are "incorrect" - I wanted to decrease the # of static classes first by grouping them if they're slightly related. Then I'll do a second pass in each class to reorganize later.
15 lines
483 B
Java
15 lines
483 B
Java
package rt4;
|
|
|
|
import org.openrs2.deob.annotation.OriginalMember;
|
|
|
|
public final class Static235 {
|
|
|
|
@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] && MiniMenu.size > 2 ? MiniMenu.cursors[MiniMenu.size - 2] : MiniMenu.cursors[MiniMenu.size - 1];
|
|
}
|
|
|
|
}
|