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