Package net.runelite.api.gameval
Class InterfaceID.League3SidePanel
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.League3SidePanel
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.League3SidePanel extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BKG
static int
BORDER
static int
BORDER_RECT0
static int
BUTTONS
static int
CONTENT
static int
CONTENT_INNER
static int
CONTENT_INNER_RECT1
static int
FILL
static int
HEADER
static int
HUD
static int
INFO_BUTTON
static int
INFO_BUTTON_OUTER
static int
INFO_BUTTON_TEXT
static int
INFO_HIGHLIGHT
static int
POINTS_NEXT_RELIC
static int
PROGRESS_BAR
static int
RELIC
static int
RELICS_BUTTON
static int
RELICS_BUTTON_OUTER
static int
RELICS_BUTTON_TEXT
static int
RELICS_HIGHLIGHT
static int
TASKS_BUTTON
static int
TASKS_BUTTON_OUTER
static int
TASKS_BUTTON_TEXT
static int
TASKS_HIGHLIGHT
static int
TOOLTIP
static int
TOTAL_POINTS
static int
TOTAL_POINTS_TEXT
static int
TOTAL_TASKS
static int
TOTAL_TASKS_TEXT
static int
UNIVERSE
static int
UNLOCK_POINTS
static int
UNLOCK_POINTS_TEXT
static int
UNLOCKS_BUTTON
static int
UNLOCKS_BUTTON_OUTER
static int
UNLOCKS_BUTTON_TEXT
static int
UNLOCKS_HIGHLIGHT
-
Constructor Summary
Constructors Constructor Description League3SidePanel()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
HEADER
public static final int HEADER
- See Also:
- Constant Field Values
-
BORDER
public static final int BORDER
- See Also:
- Constant Field Values
-
BORDER_RECT0
public static final int BORDER_RECT0
- See Also:
- Constant Field Values
-
CONTENT_INNER
public static final int CONTENT_INNER
- See Also:
- Constant Field Values
-
POINTS_NEXT_RELIC
public static final int POINTS_NEXT_RELIC
- See Also:
- Constant Field Values
-
CONTENT_INNER_RECT1
public static final int CONTENT_INNER_RECT1
- See Also:
- Constant Field Values
-
PROGRESS_BAR
public static final int PROGRESS_BAR
- See Also:
- Constant Field Values
-
BKG
public static final int BKG
- See Also:
- Constant Field Values
-
FILL
public static final int FILL
- See Also:
- Constant Field Values
-
RELIC
public static final int RELIC
- See Also:
- Constant Field Values
-
TOTAL_TASKS_TEXT
public static final int TOTAL_TASKS_TEXT
- See Also:
- Constant Field Values
-
TOTAL_TASKS
public static final int TOTAL_TASKS
- See Also:
- Constant Field Values
-
TOTAL_POINTS_TEXT
public static final int TOTAL_POINTS_TEXT
- See Also:
- Constant Field Values
-
TOTAL_POINTS
public static final int TOTAL_POINTS
- See Also:
- Constant Field Values
-
UNLOCK_POINTS_TEXT
public static final int UNLOCK_POINTS_TEXT
- See Also:
- Constant Field Values
-
UNLOCK_POINTS
public static final int UNLOCK_POINTS
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- See Also:
- Constant Field Values
-
INFO_BUTTON_OUTER
public static final int INFO_BUTTON_OUTER
- See Also:
- Constant Field Values
-
INFO_HIGHLIGHT
public static final int INFO_HIGHLIGHT
- See Also:
- Constant Field Values
-
INFO_BUTTON
public static final int INFO_BUTTON
- See Also:
- Constant Field Values
-
INFO_BUTTON_TEXT
public static final int INFO_BUTTON_TEXT
- See Also:
- Constant Field Values
-
TASKS_BUTTON_OUTER
public static final int TASKS_BUTTON_OUTER
- See Also:
- Constant Field Values
-
TASKS_HIGHLIGHT
public static final int TASKS_HIGHLIGHT
- See Also:
- Constant Field Values
-
TASKS_BUTTON
public static final int TASKS_BUTTON
- See Also:
- Constant Field Values
-
TASKS_BUTTON_TEXT
public static final int TASKS_BUTTON_TEXT
- See Also:
- Constant Field Values
-
RELICS_BUTTON_OUTER
public static final int RELICS_BUTTON_OUTER
- See Also:
- Constant Field Values
-
UNLOCKS_BUTTON_OUTER
public static final int UNLOCKS_BUTTON_OUTER
- See Also:
- Constant Field Values
-
RELICS_HIGHLIGHT
public static final int RELICS_HIGHLIGHT
- See Also:
- Constant Field Values
-
RELICS_BUTTON
public static final int RELICS_BUTTON
- See Also:
- Constant Field Values
-
RELICS_BUTTON_TEXT
public static final int RELICS_BUTTON_TEXT
- See Also:
- Constant Field Values
-
HUD
public static final int HUD
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
UNLOCKS_HIGHLIGHT
public static final int UNLOCKS_HIGHLIGHT
- See Also:
- Constant Field Values
-
UNLOCKS_BUTTON
public static final int UNLOCKS_BUTTON
- See Also:
- Constant Field Values
-
UNLOCKS_BUTTON_TEXT
public static final int UNLOCKS_BUTTON_TEXT
- See Also:
- Constant Field Values
-
-