Package net.runelite.api.gameval
Class InterfaceID.PohCostumes
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PohCostumes
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PohCostumes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUTTONS_CONTAINER
static int
DEPOSITALL
static int
FRAME
static int
INFINITE
static int
ITEMS
static int
ITEMS_CONTAINER
static int
MODE
static int
SCROLLBAR
static int
SEARCH
static int
TIER
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description PohCostumes()
-
-
-
Field Detail
-
INFINITE
public static final int INFINITE
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
ITEMS_CONTAINER
public static final int ITEMS_CONTAINER
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
BUTTONS_CONTAINER
public static final int BUTTONS_CONTAINER
- See Also:
- Constant Field Values
-
TIER
public static final int TIER
- See Also:
- Constant Field Values
-
MODE
public static final int MODE
- See Also:
- Constant Field Values
-
SEARCH
public static final int SEARCH
- See Also:
- Constant Field Values
-
DEPOSITALL
public static final int DEPOSITALL
- See Also:
- Constant Field Values
-
-