Package net.runelite.api.gameval
Class InterfaceID.AdventurepathSide
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.AdventurepathSide
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.AdventurepathSide extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT_HOLDER
static int
DIVIDER
static int
HINT
static int
MAIN
static int
OPEN_INTERFACE
static int
PATH_ICON
static int
PATH_NAME
static int
PROGRESS_BAR
static int
SETTINGS
static int
SETTINGS_BACK
static int
SETTINGS_HOLDER
static int
SETTINGS_SCROLLBAR
static int
SETTINGS_TAB
static int
SETTINGS_TITLE
static int
TASK_DESCRIPTION
static int
TASK_NAME
static int
TOGGLES
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description AdventurepathSide()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
SETTINGS_TAB
public static final int SETTINGS_TAB
- See Also:
- Constant Field Values
-
SETTINGS_HOLDER
public static final int SETTINGS_HOLDER
- See Also:
- Constant Field Values
-
SETTINGS_SCROLLBAR
public static final int SETTINGS_SCROLLBAR
- See Also:
- Constant Field Values
-
TOGGLES
public static final int TOGGLES
- See Also:
- Constant Field Values
-
SETTINGS_TITLE
public static final int SETTINGS_TITLE
- See Also:
- Constant Field Values
-
SETTINGS_BACK
public static final int SETTINGS_BACK
- See Also:
- Constant Field Values
-
MAIN
public static final int MAIN
- See Also:
- Constant Field Values
-
CONTENT_HOLDER
public static final int CONTENT_HOLDER
- See Also:
- Constant Field Values
-
TASK_NAME
public static final int TASK_NAME
- See Also:
- Constant Field Values
-
DIVIDER
public static final int DIVIDER
- See Also:
- Constant Field Values
-
TASK_DESCRIPTION
public static final int TASK_DESCRIPTION
- See Also:
- Constant Field Values
-
SETTINGS
public static final int SETTINGS
- See Also:
- Constant Field Values
-
PROGRESS_BAR
public static final int PROGRESS_BAR
- See Also:
- Constant Field Values
-
HINT
public static final int HINT
- See Also:
- Constant Field Values
-
OPEN_INTERFACE
public static final int OPEN_INTERFACE
- See Also:
- Constant Field Values
-
PATH_NAME
public static final int PATH_NAME
- See Also:
- Constant Field Values
-
PATH_ICON
public static final int PATH_ICON
- See Also:
- Constant Field Values
-
-