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_1static int_5static intALLstatic intBOTTOMstatic intCONTENTSstatic intFRAMEstatic intINVENTORYstatic intINVENTORY_GRAPHIC0static intINVENTORY_TEXT1static intPOUCHstatic intPOUCH_GRAPHIC0static intPOUCH_TEXT1static intTOPstatic intUNIVERSEstatic intX
-
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
-
-