Package net.runelite.api.gameval
Class InterfaceID.GimLeaving
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.GimLeaving
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.GimLeaving extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOTTOM
static int
CONTAINER
static int
FRAME
static int
GIM_BUTTON
static int
GIM_COMPETITIVE_BUTTON
static int
GIM_COMPETITIVE_ICON
static int
GIM_ICON
static int
MAIN_BUTTON
static int
MAIN_ICON
static int
OPTION_GIM
static int
OPTION_GIM_COMPETITIVE
static int
OPTION_MAIN
static int
POPUP
static int
SCROLLBAR
static int
TEXT
static int
TEXT_CONTAINER
static int
TEXT_CONTAINER_RECT2
static int
TEXT_CONTAINER_RECT3
static int
TOP
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description GimLeaving()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTAINER
public static final int CONTAINER
- See Also:
- Constant Field Values
-
POPUP
public static final int POPUP
- See Also:
- Constant Field Values
-
TOP
public static final int TOP
- See Also:
- Constant Field Values
-
OPTION_GIM
public static final int OPTION_GIM
- See Also:
- Constant Field Values
-
OPTION_GIM_COMPETITIVE
public static final int OPTION_GIM_COMPETITIVE
- See Also:
- Constant Field Values
-
OPTION_MAIN
public static final int OPTION_MAIN
- See Also:
- Constant Field Values
-
MAIN_BUTTON
public static final int MAIN_BUTTON
- See Also:
- Constant Field Values
-
MAIN_ICON
public static final int MAIN_ICON
- See Also:
- Constant Field Values
-
GIM_BUTTON
public static final int GIM_BUTTON
- See Also:
- Constant Field Values
-
GIM_ICON
public static final int GIM_ICON
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
TEXT_CONTAINER
public static final int TEXT_CONTAINER
- See Also:
- Constant Field Values
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
TEXT_CONTAINER_RECT2
public static final int TEXT_CONTAINER_RECT2
- See Also:
- Constant Field Values
-
TEXT_CONTAINER_RECT3
public static final int TEXT_CONTAINER_RECT3
- See Also:
- Constant Field Values
-
GIM_COMPETITIVE_BUTTON
public static final int GIM_COMPETITIVE_BUTTON
- See Also:
- Constant Field Values
-
GIM_COMPETITIVE_ICON
public static final int GIM_COMPETITIVE_ICON
- See Also:
- Constant Field Values
-
-