Package net.runelite.api.gameval
Class InterfaceID.NzoneGame
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.NzoneGame
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.NzoneGame extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT_LEFT
static int
CONTENT_MID
static int
CONTENT_RIGHT
static int
CONTROL
static int
DODGER_LEFT
static int
DODGER_MID
static int
DODGER_RIGHT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description NzoneGame()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER_LEFT
public static final int DODGER_LEFT
- See Also:
- Constant Field Values
-
CONTENT_LEFT
public static final int CONTENT_LEFT
- See Also:
- Constant Field Values
-
CONTENT_MID
public static final int CONTENT_MID
- See Also:
- Constant Field Values
-
DODGER_RIGHT
public static final int DODGER_RIGHT
- See Also:
- Constant Field Values
-
DODGER_MID
public static final int DODGER_MID
- See Also:
- Constant Field Values
-
CONTENT_RIGHT
public static final int CONTENT_RIGHT
- See Also:
- Constant Field Values
-
CONTROL
public static final int CONTROL
- See Also:
- Constant Field Values
-
-