Package net.runelite.api.gameval
Class InterfaceID.SeedVault
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.SeedVault
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.SeedVault extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUTTONS
static int
BUTTONS_LINE0
static int
CATEGORY_BACKGROUNDS
static int
CATEGORY_HEADERS
static int
CATEGORY_LINES
static int
CATEGORY_LIST
static int
CONTENT
static int
DEPOSIT_ALL
static int
DEPOSIT_ALL_GFX
static int
FAVES
static int
FRAME
static int
INFINITY
static int
LEFT_LIST
static int
LEFT_PANEL
static int
LEFT_SCROLL
static int
LIST
static int
OBJ_LIST
static int
RIGHT_PANEL
static int
RIGHT_SCROLL
static int
SEARCH
static int
SEARCH_GFX
static int
TEXT_1
static int
TEXT_10
static int
TEXT_5
static int
TEXT_ALL
static int
TEXT_LIST
static int
TEXT_X
static int
UNIVERSE
static int
X1
static int
X10
static int
X5
static int
XALL
static int
XX
-
Constructor Summary
Constructors Constructor Description SeedVault()
-
-
-
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
-
LEFT_PANEL
public static final int LEFT_PANEL
- See Also:
- Constant Field Values
-
LEFT_SCROLL
public static final int LEFT_SCROLL
- See Also:
- Constant Field Values
-
LEFT_LIST
public static final int LEFT_LIST
- See Also:
- Constant Field Values
-
CATEGORY_BACKGROUNDS
public static final int CATEGORY_BACKGROUNDS
- See Also:
- Constant Field Values
-
CATEGORY_LIST
public static final int CATEGORY_LIST
- See Also:
- Constant Field Values
-
RIGHT_PANEL
public static final int RIGHT_PANEL
- See Also:
- Constant Field Values
-
RIGHT_SCROLL
public static final int RIGHT_SCROLL
- See Also:
- Constant Field Values
-
LIST
public static final int LIST
- See Also:
- Constant Field Values
-
FAVES
public static final int FAVES
- See Also:
- Constant Field Values
-
CATEGORY_HEADERS
public static final int CATEGORY_HEADERS
- See Also:
- Constant Field Values
-
CATEGORY_LINES
public static final int CATEGORY_LINES
- See Also:
- Constant Field Values
-
OBJ_LIST
public static final int OBJ_LIST
- See Also:
- Constant Field Values
-
TEXT_LIST
public static final int TEXT_LIST
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- See Also:
- Constant Field Values
-
BUTTONS_LINE0
public static final int BUTTONS_LINE0
- See Also:
- Constant Field Values
-
X1
public static final int X1
- See Also:
- Constant Field Values
-
X5
public static final int X5
- See Also:
- Constant Field Values
-
X10
public static final int X10
- See Also:
- Constant Field Values
-
XX
public static final int XX
- See Also:
- Constant Field Values
-
XALL
public static final int XALL
- See Also:
- Constant Field Values
-
SEARCH
public static final int SEARCH
- See Also:
- Constant Field Values
-
DEPOSIT_ALL
public static final int DEPOSIT_ALL
- See Also:
- Constant Field Values
-
DEPOSIT_ALL_GFX
public static final int DEPOSIT_ALL_GFX
- See Also:
- Constant Field Values
-
TEXT_1
public static final int TEXT_1
- See Also:
- Constant Field Values
-
TEXT_5
public static final int TEXT_5
- See Also:
- Constant Field Values
-
TEXT_10
public static final int TEXT_10
- See Also:
- Constant Field Values
-
TEXT_X
public static final int TEXT_X
- See Also:
- Constant Field Values
-
TEXT_ALL
public static final int TEXT_ALL
- See Also:
- Constant Field Values
-
SEARCH_GFX
public static final int SEARCH_GFX
- See Also:
- Constant Field Values
-
-