Package net.runelite.api.gameval
Class InterfaceID.NzoneLists
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.NzoneLists
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.NzoneLists extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALL
static int
CONTENTS
static int
CONTENTS_MODEL1
static int
FRAME
static int
INTERFACE
static int
INTRO
static int
LIST
static int
LIST_CONTAINER
static int
LIST_CONTAINER_GRAPHIC0
static int
LIST_CONTAINER_RECT1
static int
NO
static int
PREVIOUS
static int
SCROLLBAR
static int
TOOLTIP
static int
UNIVERSE
static int
YES
-
Constructor Summary
Constructors Constructor Description NzoneLists()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
INTERFACE
public static final int INTERFACE
- 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
-
INTRO
public static final int INTRO
- See Also:
- Constant Field Values
-
CONTENTS_MODEL1
public static final int CONTENTS_MODEL1
- See Also:
- Constant Field Values
-
YES
public static final int YES
- See Also:
- Constant Field Values
-
NO
public static final int NO
- See Also:
- Constant Field Values
-
ALL
public static final int ALL
- See Also:
- Constant Field Values
-
PREVIOUS
public static final int PREVIOUS
- See Also:
- Constant Field Values
-
LIST_CONTAINER
public static final int LIST_CONTAINER
- See Also:
- Constant Field Values
-
LIST_CONTAINER_GRAPHIC0
public static final int LIST_CONTAINER_GRAPHIC0
- See Also:
- Constant Field Values
-
LIST_CONTAINER_RECT1
public static final int LIST_CONTAINER_RECT1
- See Also:
- Constant Field Values
-
LIST
public static final int LIST
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-