Package net.runelite.api.gameval
Class InterfaceID.RunePouch
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.RunePouch
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.RunePouch extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
_1
static int
_5
static int
ALL
static int
BOTTOM
static int
CONTENTS
static int
FRAME
static int
INVENTORY
static int
INVENTORY_GRAPHIC0
static int
INVENTORY_TEXT1
static int
POUCH
static int
POUCH_GRAPHIC0
static int
POUCH_TEXT1
static int
TOP
static int
UNIVERSE
static int
X
-
Constructor Summary
Constructors Constructor Description RunePouch()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
TOP
public static final int TOP
- See Also:
- Constant Field Values
-
POUCH
public static final int POUCH
- See Also:
- Constant Field Values
-
POUCH_GRAPHIC0
public static final int POUCH_GRAPHIC0
- See Also:
- Constant Field Values
-
POUCH_TEXT1
public static final int POUCH_TEXT1
- See Also:
- Constant Field Values
-
INVENTORY
public static final int INVENTORY
- See Also:
- Constant Field Values
-
INVENTORY_GRAPHIC0
public static final int INVENTORY_GRAPHIC0
- See Also:
- Constant Field Values
-
INVENTORY_TEXT1
public static final int INVENTORY_TEXT1
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
_1
public static final int _1
- See Also:
- Constant Field Values
-
_5
public static final int _5
- See Also:
- Constant Field Values
-
X
public static final int X
- See Also:
- Constant Field Values
-
ALL
public static final int ALL
- See Also:
- Constant Field Values
-
-