Package net.runelite.api.gameval
Class InterfaceID.TobChests
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TobChests
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TobChests extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BANK
static int
BANK_ICON
static int
CONTENT
static int
CONTENT_MODEL0
static int
CONTENT_MODEL1
static int
CONTENT_MODEL2
static int
DISCARD
static int
DISCARD_ICON
static int
FRAME
static int
INVENTORY
static int
INVENTORY_ICON
static int
ITEMS
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description TobChests()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
CONTENT_MODEL0
public static final int CONTENT_MODEL0
- See Also:
- Constant Field Values
-
CONTENT_MODEL1
public static final int CONTENT_MODEL1
- See Also:
- Constant Field Values
-
CONTENT_MODEL2
public static final int CONTENT_MODEL2
- See Also:
- Constant Field Values
-
BANK
public static final int BANK
- See Also:
- Constant Field Values
-
BANK_ICON
public static final int BANK_ICON
- See Also:
- Constant Field Values
-
INVENTORY
public static final int INVENTORY
- See Also:
- Constant Field Values
-
INVENTORY_ICON
public static final int INVENTORY_ICON
- See Also:
- Constant Field Values
-
DISCARD
public static final int DISCARD
- See Also:
- Constant Field Values
-
DISCARD_ICON
public static final int DISCARD_ICON
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
-