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 intCONTENT_RIGHTstatic intCONTENT_TOPstatic intCONTENT_TOP_TEXT0static intDODGER_RIGHTstatic intDODGER_TOPstatic intMAZETIMERLAYERstatic intMAZETIMERLAYER_TEXT0static intMAZETIMERLAYER_TEXT1static intMAZETIMERLAYER_TEXT2static intUNIVERSE
-
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
-
-