Package net.runelite.api.gameval
Class InterfaceID.WildernessLootingbag
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.WildernessLootingbag
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.WildernessLootingbag extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FRAME
static int
FRAME_GRAPHIC0
static int
ITEMS
static int
TITLE
static int
TOOLTIP
static int
TOTAL
static int
UNIVERSE
static int
UNIVERSE_GRAPHIC1
-
Constructor Summary
Constructors Constructor Description WildernessLootingbag()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC1
public static final int UNIVERSE_GRAPHIC1
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
FRAME_GRAPHIC0
public static final int FRAME_GRAPHIC0
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
TOTAL
public static final int TOTAL
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-