Package net.runelite.api.gameval
Class InterfaceID.WomTelescope
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.WomTelescope
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.WomTelescope extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
LENS_INNER
static int
LENS_OUTER
static int
MASK
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description WomTelescope()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
MASK
public static final int MASK
- See Also:
- Constant Field Values
-
LENS_OUTER
public static final int LENS_OUTER
- See Also:
- Constant Field Values
-
LENS_INNER
public static final int LENS_INNER
- See Also:
- Constant Field Values
-
-