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 intALLstatic intCONTENTSstatic intCONTENTS_MODEL1static intFRAMEstatic intINTERFACEstatic intINTROstatic intLISTstatic intLIST_CONTAINERstatic intLIST_CONTAINER_GRAPHIC0static intLIST_CONTAINER_RECT1static intNOstatic intPREVIOUSstatic intSCROLLBARstatic intTOOLTIPstatic intUNIVERSEstatic intYES
-
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
-
-