Package net.runelite.api.gameval
Class InterfaceID.RaidsStoragePrivate
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.RaidsStoragePrivate
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.RaidsStoragePrivate extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BANK
static int
CAPACITY
static int
FRAME
static int
ITEMS
static int
OCCUPIEDSLOTS
static int
PROMPT
static int
SCROLLBAR
static int
SHARED
static int
UNIVERSE
static int
UNIVERSE_GRAPHIC7
static int
UNIVERSE_LINE2
static int
WITHDRAW
-
Constructor Summary
Constructors Constructor Description RaidsStoragePrivate()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
OCCUPIEDSLOTS
public static final int OCCUPIEDSLOTS
- See Also:
- Constant Field Values
-
UNIVERSE_LINE2
public static final int UNIVERSE_LINE2
- See Also:
- Constant Field Values
-
CAPACITY
public static final int CAPACITY
- See Also:
- Constant Field Values
-
SHARED
public static final int SHARED
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC7
public static final int UNIVERSE_GRAPHIC7
- See Also:
- Constant Field Values
-
WITHDRAW
public static final int WITHDRAW
- See Also:
- Constant Field Values
-
BANK
public static final int BANK
- See Also:
- Constant Field Values
-
PROMPT
public static final int PROMPT
- See Also:
- Constant Field Values
-
-