Package net.runelite.api.gameval
Class InterfaceID.MenuNew
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.MenuNew
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.MenuNew extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCONTENTstatic intCONTENT_FRAMEstatic intCONTENT_SCROLLstatic intFRAMEstatic intGRAPHICSstatic intINFINITEstatic intKEYLISTENERSstatic intSCROLLBARstatic intTEXTstatic intTITLEstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description MenuNew()
-
-
-
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
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
CONTENT_FRAME
public static final int CONTENT_FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
KEYLISTENERS
public static final int KEYLISTENERS
- See Also:
- Constant Field Values
-
CONTENT_SCROLL
public static final int CONTENT_SCROLL
- See Also:
- Constant Field Values
-
GRAPHICS
public static final int GRAPHICS
- 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
-
-