Package net.runelite.api.gameval
Class InterfaceID.DesertTreasureMirror
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.DesertTreasureMirror
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.DesertTreasureMirror extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND_LEFT
static int
BACKGROUND_RIGHT
static int
LEFT
static int
MIRROR_INNER
static int
MIRROR_INNER_MOBILE
static int
MIRROR_OUTER
static int
RIGHT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description DesertTreasureMirror()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
MIRROR_INNER_MOBILE
public static final int MIRROR_INNER_MOBILE
- See Also:
- Constant Field Values
-
MIRROR_OUTER
public static final int MIRROR_OUTER
- See Also:
- Constant Field Values
-
MIRROR_INNER
public static final int MIRROR_INNER
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
BACKGROUND_LEFT
public static final int BACKGROUND_LEFT
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
BACKGROUND_RIGHT
public static final int BACKGROUND_RIGHT
- See Also:
- Constant Field Values
-
-