Package net.runelite.api.gameval
Class InterfaceID.Mazetimer
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Mazetimer
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Mazetimer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT_RIGHT
static int
CONTENT_TOP
static int
CONTENT_TOP_TEXT0
static int
DODGER_RIGHT
static int
DODGER_TOP
static int
MAZETIMERLAYER
static int
MAZETIMERLAYER_TEXT0
static int
MAZETIMERLAYER_TEXT1
static int
MAZETIMERLAYER_TEXT2
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Mazetimer()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER_TOP
public static final int DODGER_TOP
- See Also:
- Constant Field Values
-
CONTENT_TOP
public static final int CONTENT_TOP
- See Also:
- Constant Field Values
-
CONTENT_TOP_TEXT0
public static final int CONTENT_TOP_TEXT0
- See Also:
- Constant Field Values
-
DODGER_RIGHT
public static final int DODGER_RIGHT
- See Also:
- Constant Field Values
-
CONTENT_RIGHT
public static final int CONTENT_RIGHT
- See Also:
- Constant Field Values
-
MAZETIMERLAYER
public static final int MAZETIMERLAYER
- See Also:
- Constant Field Values
-
MAZETIMERLAYER_TEXT0
public static final int MAZETIMERLAYER_TEXT0
- See Also:
- Constant Field Values
-
MAZETIMERLAYER_TEXT1
public static final int MAZETIMERLAYER_TEXT1
- See Also:
- Constant Field Values
-
MAZETIMERLAYER_TEXT2
public static final int MAZETIMERLAYER_TEXT2
- See Also:
- Constant Field Values
-
-