Package net.runelite.api.gameval
Class InterfaceID.IiElnockStorage
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.IiElnockStorage
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.IiElnockStorage extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FRAME
static int
ITEMS
static int
JAR
static int
NET
static int
QUANTITY_1
static int
QUANTITY_5
static int
QUANTITY_ALL
static int
QUANTITY_SELECTION
static int
QUANTITY_X
static int
REPELLENT
static int
UNIVERSE
static int
WITHDRAWAL_ALL
-
Constructor Summary
Constructors Constructor Description IiElnockStorage()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
NET
public static final int NET
- See Also:
- Constant Field Values
-
REPELLENT
public static final int REPELLENT
- See Also:
- Constant Field Values
-
JAR
public static final int JAR
- See Also:
- Constant Field Values
-
WITHDRAWAL_ALL
public static final int WITHDRAWAL_ALL
- See Also:
- Constant Field Values
-
QUANTITY_SELECTION
public static final int QUANTITY_SELECTION
- See Also:
- Constant Field Values
-
QUANTITY_1
public static final int QUANTITY_1
- See Also:
- Constant Field Values
-
QUANTITY_5
public static final int QUANTITY_5
- See Also:
- Constant Field Values
-
QUANTITY_X
public static final int QUANTITY_X
- See Also:
- Constant Field Values
-
QUANTITY_ALL
public static final int QUANTITY_ALL
- See Also:
- Constant Field Values
-
-