Package net.runelite.api.gameval
Class InterfaceID.RaidsStorageShared
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.RaidsStorageShared
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.RaidsStorageShared extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CAPACITY
static int
FRAME
static int
ITEMS
static int
OCCUPIEDSLOTS
static int
PRIVATE
static int
SCROLLBAR
static int
UNIVERSE
static int
UNIVERSE_LINE2
static int
WARNING
-
Constructor Summary
Constructors Constructor Description RaidsStorageShared()
-
-
-
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
-
PRIVATE
public static final int PRIVATE
- See Also:
- Constant Field Values
-
WARNING
public static final int WARNING
- 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
-
-