Package net.runelite.api.gameval
Class InterfaceID.Menu
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Menu
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Menu extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
KEYLISTENERS
static int
LJ_LAYER1
static int
LJ_LAYER2
static int
LJ_SCROLL_BAR
static int
ROOT_GRAPHIC3
-
Constructor Summary
Constructors Constructor Description Menu()
-
-
-
Field Detail
-
LJ_LAYER2
public static final int LJ_LAYER2
- See Also:
- Constant Field Values
-
KEYLISTENERS
public static final int KEYLISTENERS
- See Also:
- Constant Field Values
-
LJ_SCROLL_BAR
public static final int LJ_SCROLL_BAR
- See Also:
- Constant Field Values
-
LJ_LAYER1
public static final int LJ_LAYER1
- See Also:
- Constant Field Values
-
ROOT_GRAPHIC3
public static final int ROOT_GRAPHIC3
- See Also:
- Constant Field Values
-
-