Package net.runelite.api.gameval
Class SpriteID.CombatboxesSplit
- java.lang.Object
-
- net.runelite.api.gameval.SpriteID.CombatboxesSplit
-
-
Field Summary
Fields Modifier and Type Field Description static int
_0
static int
_1
static int
_2
static int
_3
static int
_4
static int
_5
static int
LEFT
static int
LEFT_SELECTED
static int
MIDDLE
static int
MIDDLE_SELECTED
static int
RIGHT
static int
RIGHT_SELECTED
-
Constructor Summary
Constructors Constructor Description CombatboxesSplit()
-
-
-
Field Detail
-
_0
public static final int _0
- See Also:
- Constant Field Values
-
_1
public static final int _1
- See Also:
- Constant Field Values
-
_2
public static final int _2
- See Also:
- Constant Field Values
-
_3
public static final int _3
- See Also:
- Constant Field Values
-
_4
public static final int _4
- See Also:
- Constant Field Values
-
_5
public static final int _5
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
MIDDLE
public static final int MIDDLE
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
LEFT_SELECTED
public static final int LEFT_SELECTED
- See Also:
- Constant Field Values
-
MIDDLE_SELECTED
public static final int MIDDLE_SELECTED
- See Also:
- Constant Field Values
-
RIGHT_SELECTED
public static final int RIGHT_SELECTED
- See Also:
- Constant Field Values
-
-