Package net.runelite.api.gameval
Class InterfaceID.HallowedTools
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.HallowedTools
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.HallowedTools extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FOCUS
static int
FRAME
static int
GRAPPLE
static int
HAMMER
static int
ITEMS
static int
QUANTITY_1
static int
QUANTITY_5
static int
QUANTITY_ALL
static int
QUANTITY_SELECTION
static int
QUANTITY_X
static int
RING
static int
SYMBOL
static int
TOKEN
static int
UNIVERSE
static int
WITHDRAWAL_ALL
-
Constructor Summary
Constructors Constructor Description HallowedTools()
-
-
-
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
-
GRAPPLE
public static final int GRAPPLE
- See Also:
- Constant Field Values
-
FOCUS
public static final int FOCUS
- See Also:
- Constant Field Values
-
SYMBOL
public static final int SYMBOL
- See Also:
- Constant Field Values
-
HAMMER
public static final int HAMMER
- See Also:
- Constant Field Values
-
RING
public static final int RING
- See Also:
- Constant Field Values
-
TOKEN
public static final int TOKEN
- 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
-
-