Package net.runelite.api.gameval
Class SpriteID.OptionsRadioButtons
- java.lang.Object
-
- net.runelite.api.gameval.SpriteID.OptionsRadioButtons
-
-
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
_6
static int
_7
static int
CHECK_GREEN
static int
CHECK_GREEN_HOVER
static int
CHECK_RED
static int
CHECK_RED_HOVER
static int
CROSS_RED
static int
CROSS_RED_HOVER
static int
EMPTY
static int
EMPTY_HOVER
-
Constructor Summary
Constructors Constructor Description OptionsRadioButtons()
-
-
-
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
-
_6
public static final int _6
- See Also:
- Constant Field Values
-
_7
public static final int _7
- See Also:
- Constant Field Values
-
EMPTY
public static final int EMPTY
- See Also:
- Constant Field Values
-
CROSS_RED
public static final int CROSS_RED
- See Also:
- Constant Field Values
-
CHECK_GREEN
public static final int CHECK_GREEN
- See Also:
- Constant Field Values
-
CHECK_RED
public static final int CHECK_RED
- See Also:
- Constant Field Values
-
EMPTY_HOVER
public static final int EMPTY_HOVER
- See Also:
- Constant Field Values
-
CROSS_RED_HOVER
public static final int CROSS_RED_HOVER
- See Also:
- Constant Field Values
-
CHECK_GREEN_HOVER
public static final int CHECK_GREEN_HOVER
- See Also:
- Constant Field Values
-
CHECK_RED_HOVER
public static final int CHECK_RED_HOVER
- See Also:
- Constant Field Values
-
-