Package net.runelite.api.gameval
Class InterfaceID.PartydropMain
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PartydropMain
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PartydropMain extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
_1
static int
_5
static int
ALL
static int
BOTTOM
static int
BOTTOM_GRAPHIC0
static int
BOTTOM_TEXT1
static int
BUTTONS
static int
CAPACITY
static int
CAPACITY_LAYER
static int
CHEST_CONTAINER
static int
CHEST_ITEMS
static int
CONFIRM
static int
FRAME
static int
OCCUPIEDSLOTS
static int
OFFER_ITEMS
static int
SCROLLBAR
static int
UNIVERSE
static int
UNIVERSE_LINE2
static int
X
-
Constructor Summary
Constructors Constructor Description PartydropMain()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
OCCUPIEDSLOTS
public static final int OCCUPIEDSLOTS
- See Also:
- Constant Field Values
-
UNIVERSE_LINE2
public static final int UNIVERSE_LINE2
- See Also:
- Constant Field Values
-
CAPACITY_LAYER
public static final int CAPACITY_LAYER
- See Also:
- Constant Field Values
-
CHEST_CONTAINER
public static final int CHEST_CONTAINER
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- 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
-
CHEST_ITEMS
public static final int CHEST_ITEMS
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
BOTTOM_GRAPHIC0
public static final int BOTTOM_GRAPHIC0
- See Also:
- Constant Field Values
-
BOTTOM_TEXT1
public static final int BOTTOM_TEXT1
- See Also:
- Constant Field Values
-
OFFER_ITEMS
public static final int OFFER_ITEMS
- See Also:
- Constant Field Values
-
CONFIRM
public static final int CONFIRM
- See Also:
- Constant Field Values
-
CAPACITY
public static final int CAPACITY
- See Also:
- Constant Field Values
-
-