Package net.runelite.api.gameval
Class InterfaceID.XbowsPouch
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.XbowsPouch
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.XbowsPouch extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOLT_1
static int
BOLT_1_HOLDER
static int
BOLT_1_HOLDER_GRAPHIC0
static int
BOLT_2
static int
BOLT_2_HOLDER
static int
BOLT_2_HOLDER_GRAPHIC0
static int
BOLT_3
static int
BOLT_3_HOLDER
static int
BOLT_3_HOLDER_GRAPHIC0
static int
BOLT_4
static int
BOLT_4_HOLDER
static int
BOLT_4_HOLDER_GRAPHIC0
static int
CLOSE
static int
CONTENT
static int
CURRENT_AMMO
static int
CURRENT_BOLT
static int
CURRENT_BOLT_HOLDER
static int
CURRENT_BOLT_HOLDER_GRAPHIC0
static int
EXTRA_AMMO
static int
STORED_BOLTS
static int
TITLE
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description XbowsPouch()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
STORED_BOLTS
public static final int STORED_BOLTS
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
BOLT_1_HOLDER
public static final int BOLT_1_HOLDER
- See Also:
- Constant Field Values
-
BOLT_1_HOLDER_GRAPHIC0
public static final int BOLT_1_HOLDER_GRAPHIC0
- See Also:
- Constant Field Values
-
BOLT_1
public static final int BOLT_1
- See Also:
- Constant Field Values
-
BOLT_2_HOLDER
public static final int BOLT_2_HOLDER
- See Also:
- Constant Field Values
-
BOLT_2_HOLDER_GRAPHIC0
public static final int BOLT_2_HOLDER_GRAPHIC0
- See Also:
- Constant Field Values
-
BOLT_2
public static final int BOLT_2
- See Also:
- Constant Field Values
-
BOLT_3_HOLDER
public static final int BOLT_3_HOLDER
- See Also:
- Constant Field Values
-
BOLT_3_HOLDER_GRAPHIC0
public static final int BOLT_3_HOLDER_GRAPHIC0
- See Also:
- Constant Field Values
-
BOLT_3
public static final int BOLT_3
- See Also:
- Constant Field Values
-
EXTRA_AMMO
public static final int EXTRA_AMMO
- See Also:
- Constant Field Values
-
BOLT_4_HOLDER
public static final int BOLT_4_HOLDER
- See Also:
- Constant Field Values
-
BOLT_4_HOLDER_GRAPHIC0
public static final int BOLT_4_HOLDER_GRAPHIC0
- See Also:
- Constant Field Values
-
BOLT_4
public static final int BOLT_4
- See Also:
- Constant Field Values
-
CURRENT_AMMO
public static final int CURRENT_AMMO
- See Also:
- Constant Field Values
-
CURRENT_BOLT_HOLDER
public static final int CURRENT_BOLT_HOLDER
- See Also:
- Constant Field Values
-
CURRENT_BOLT_HOLDER_GRAPHIC0
public static final int CURRENT_BOLT_HOLDER_GRAPHIC0
- See Also:
- Constant Field Values
-
CURRENT_BOLT
public static final int CURRENT_BOLT
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
-