Package net.runelite.api.gameval
Class InterfaceID.League3Fragments
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.League3Fragments
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.League3Fragments extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUTTON_1
static int
BUTTON_1_TEXT
static int
BUTTON_2
static int
BUTTON_2_TEXT
static int
BUTTON_3
static int
BUTTON_3_TEXT
static int
BUTTON_4
static int
BUTTON_4_TEXT
static int
CLOSE_BUTTON
static int
DROPDOWN
static int
DROPDOWN_CONTAINER
static int
DROPDOWN_CONTENT
static int
DROPDOWN_SCROLLER
static int
FILTER_1
static int
FILTER_2
static int
FILTER_3
static int
FILTER_4
static int
FRAME
static int
INFINITY
static int
INFO
static int
INFO_BORDER
static int
INFO_SCROLLER
static int
LEAGUE_BTN_MENU
static int
LEAGUE_MENU_FRAME
static int
LEAGUE_MENU_OVERLAY
static int
LIST
static int
LIST_BORDER
static int
LIST_FILTERS
static int
LIST_FILTERS_GRAPHIC0
static int
LIST_FILTERS_RECT1
static int
LIST_FILTERS_TEXT2
static int
LIST_FILTERS_TEXT3
static int
LIST_FILTERS_TEXT4
static int
LIST_FILTERS_TEXT5
static int
LIST_FILTERS_TEXT6
static int
LIST_SCROLLER
static int
LOADOUT
static int
LOADOUT_BACKGROUND
static int
TUTORIAL_HIGHLIGHT
static int
UNEQUIP_BUTTON
static int
UNEQUIP_BUTTON_TEXT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description League3Fragments()
-
-
-
Field Detail
-
INFINITY
public static final int INFINITY
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DROPDOWN_CONTAINER
public static final int DROPDOWN_CONTAINER
- See Also:
- Constant Field Values
-
DROPDOWN
public static final int DROPDOWN
- See Also:
- Constant Field Values
-
DROPDOWN_CONTENT
public static final int DROPDOWN_CONTENT
- See Also:
- Constant Field Values
-
DROPDOWN_SCROLLER
public static final int DROPDOWN_SCROLLER
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
BUTTON_1
public static final int BUTTON_1
- See Also:
- Constant Field Values
-
BUTTON_1_TEXT
public static final int BUTTON_1_TEXT
- See Also:
- Constant Field Values
-
BUTTON_2
public static final int BUTTON_2
- See Also:
- Constant Field Values
-
BUTTON_2_TEXT
public static final int BUTTON_2_TEXT
- See Also:
- Constant Field Values
-
BUTTON_3
public static final int BUTTON_3
- See Also:
- Constant Field Values
-
BUTTON_3_TEXT
public static final int BUTTON_3_TEXT
- See Also:
- Constant Field Values
-
BUTTON_4
public static final int BUTTON_4
- See Also:
- Constant Field Values
-
BUTTON_4_TEXT
public static final int BUTTON_4_TEXT
- See Also:
- Constant Field Values
-
UNEQUIP_BUTTON
public static final int UNEQUIP_BUTTON
- See Also:
- Constant Field Values
-
LIST_BORDER
public static final int LIST_BORDER
- See Also:
- Constant Field Values
-
LIST
public static final int LIST
- See Also:
- Constant Field Values
-
LIST_SCROLLER
public static final int LIST_SCROLLER
- See Also:
- Constant Field Values
-
LIST_FILTERS
public static final int LIST_FILTERS
- See Also:
- Constant Field Values
-
LIST_FILTERS_GRAPHIC0
public static final int LIST_FILTERS_GRAPHIC0
- See Also:
- Constant Field Values
-
LIST_FILTERS_RECT1
public static final int LIST_FILTERS_RECT1
- See Also:
- Constant Field Values
-
LIST_FILTERS_TEXT2
public static final int LIST_FILTERS_TEXT2
- See Also:
- Constant Field Values
-
LIST_FILTERS_TEXT3
public static final int LIST_FILTERS_TEXT3
- See Also:
- Constant Field Values
-
LIST_FILTERS_TEXT4
public static final int LIST_FILTERS_TEXT4
- See Also:
- Constant Field Values
-
LIST_FILTERS_TEXT5
public static final int LIST_FILTERS_TEXT5
- See Also:
- Constant Field Values
-
LIST_FILTERS_TEXT6
public static final int LIST_FILTERS_TEXT6
- See Also:
- Constant Field Values
-
FILTER_1
public static final int FILTER_1
- See Also:
- Constant Field Values
-
FILTER_2
public static final int FILTER_2
- See Also:
- Constant Field Values
-
FILTER_3
public static final int FILTER_3
- See Also:
- Constant Field Values
-
FILTER_4
public static final int FILTER_4
- See Also:
- Constant Field Values
-
INFO_BORDER
public static final int INFO_BORDER
- See Also:
- Constant Field Values
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
INFO_SCROLLER
public static final int INFO_SCROLLER
- See Also:
- Constant Field Values
-
LOADOUT_BACKGROUND
public static final int LOADOUT_BACKGROUND
- See Also:
- Constant Field Values
-
LOADOUT
public static final int LOADOUT
- See Also:
- Constant Field Values
-
LEAGUE_BTN_MENU
public static final int LEAGUE_BTN_MENU
- See Also:
- Constant Field Values
-
LEAGUE_MENU_OVERLAY
public static final int LEAGUE_MENU_OVERLAY
- See Also:
- Constant Field Values
-
LEAGUE_MENU_FRAME
public static final int LEAGUE_MENU_FRAME
- See Also:
- Constant Field Values
-
TUTORIAL_HIGHLIGHT
public static final int TUTORIAL_HIGHLIGHT
- See Also:
- Constant Field Values
-
UNEQUIP_BUTTON_TEXT
public static final int UNEQUIP_BUTTON_TEXT
- See Also:
- Constant Field Values
-
-