Package net.runelite.api.gameval
Class InterfaceID.GimOptions
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.GimOptions
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.GimOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENTS
static int
EXIT
static int
FRAME
static int
INDEX_CONTAINER
static int
INDEX_CONTAINER_GRAPHIC0
static int
INDEX_CONTENTS
static int
INDEX_SCROLLBAR
static int
INFINITE
static int
LEFT
static int
LIST_CONTENTS
static int
LIST_SCROLLBAR
static int
POPUP
static int
RIGHT
static int
RIGHT_GRAPHIC0
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description GimOptions()
-
-
-
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
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
EXIT
public static final int EXIT
- See Also:
- Constant Field Values
-
INDEX_CONTAINER
public static final int INDEX_CONTAINER
- See Also:
- Constant Field Values
-
INDEX_CONTAINER_GRAPHIC0
public static final int INDEX_CONTAINER_GRAPHIC0
- See Also:
- Constant Field Values
-
INDEX_CONTENTS
public static final int INDEX_CONTENTS
- See Also:
- Constant Field Values
-
INDEX_SCROLLBAR
public static final int INDEX_SCROLLBAR
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
RIGHT_GRAPHIC0
public static final int RIGHT_GRAPHIC0
- See Also:
- Constant Field Values
-
LIST_CONTENTS
public static final int LIST_CONTENTS
- See Also:
- Constant Field Values
-
LIST_SCROLLBAR
public static final int LIST_SCROLLBAR
- See Also:
- Constant Field Values
-
POPUP
public static final int POPUP
- See Also:
- Constant Field Values
-
-