Package net.runelite.api.gameval
Class InterfaceID.ColosseumRewardChest2
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.ColosseumRewardChest2
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.ColosseumRewardChest2 extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONFIRM
static int
CONFIRM_CANCEL
static int
CONFIRM_CONFIRM
static int
CONFIRM_CONTENT
static int
CONFIRM_FRAME
static int
CONFIRM_RECT0
static int
CONTENT
static int
FRAME
static int
INFINITY
static int
TAB_AREA
static int
TAB_BACK
static int
TAB_CONTENT_1
static int
TAB_CONTENT_1_MOD_LIST
static int
TAB_CONTENT_1_MOD_LIST_BACK
static int
TAB_CONTENT_1_MOD_LIST_CONTENT
static int
TAB_CONTENT_1_MOD_LIST_SCROLLBAR
static int
TAB_CONTENT_2
static int
TAB_CONTENT_2_BACK
static int
TAB_CONTENT_2_BUTTON_1
static int
TAB_CONTENT_2_BUTTON_2
static int
TAB_CONTENT_2_BUTTON_3
static int
TAB_CONTENT_2_CONTENT
static int
TAB_CONTENT_2_CONTENT_VALUE
static int
TABS
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description ColosseumRewardChest2()
-
-
-
Field Detail
-
INFINITY
public static final int INFINITY
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
TAB_AREA
public static final int TAB_AREA
- See Also:
- Constant Field Values
-
TAB_BACK
public static final int TAB_BACK
- See Also:
- Constant Field Values
-
TABS
public static final int TABS
- See Also:
- Constant Field Values
-
TAB_CONTENT_1
public static final int TAB_CONTENT_1
- See Also:
- Constant Field Values
-
TAB_CONTENT_1_MOD_LIST
public static final int TAB_CONTENT_1_MOD_LIST
- See Also:
- Constant Field Values
-
TAB_CONTENT_1_MOD_LIST_BACK
public static final int TAB_CONTENT_1_MOD_LIST_BACK
- See Also:
- Constant Field Values
-
TAB_CONTENT_1_MOD_LIST_SCROLLBAR
public static final int TAB_CONTENT_1_MOD_LIST_SCROLLBAR
- See Also:
- Constant Field Values
-
TAB_CONTENT_1_MOD_LIST_CONTENT
public static final int TAB_CONTENT_1_MOD_LIST_CONTENT
- See Also:
- Constant Field Values
-
TAB_CONTENT_2
public static final int TAB_CONTENT_2
- See Also:
- Constant Field Values
-
TAB_CONTENT_2_BUTTON_1
public static final int TAB_CONTENT_2_BUTTON_1
- See Also:
- Constant Field Values
-
TAB_CONTENT_2_BUTTON_2
public static final int TAB_CONTENT_2_BUTTON_2
- See Also:
- Constant Field Values
-
TAB_CONTENT_2_BUTTON_3
public static final int TAB_CONTENT_2_BUTTON_3
- See Also:
- Constant Field Values
-
TAB_CONTENT_2_BACK
public static final int TAB_CONTENT_2_BACK
- See Also:
- Constant Field Values
-
TAB_CONTENT_2_CONTENT
public static final int TAB_CONTENT_2_CONTENT
- See Also:
- Constant Field Values
-
TAB_CONTENT_2_CONTENT_VALUE
public static final int TAB_CONTENT_2_CONTENT_VALUE
- See Also:
- Constant Field Values
-
CONFIRM
public static final int CONFIRM
- See Also:
- Constant Field Values
-
CONFIRM_RECT0
public static final int CONFIRM_RECT0
- See Also:
- Constant Field Values
-
CONFIRM_FRAME
public static final int CONFIRM_FRAME
- See Also:
- Constant Field Values
-
CONFIRM_CONTENT
public static final int CONFIRM_CONTENT
- See Also:
- Constant Field Values
-
CONFIRM_CONFIRM
public static final int CONFIRM_CONFIRM
- See Also:
- Constant Field Values
-
CONFIRM_CANCEL
public static final int CONFIRM_CANCEL
- See Also:
- Constant Field Values
-
-