Package org.rspeer.game.gameval
Class InterfaceId.StarTelescopeMeteor
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.StarTelescopeMeteor
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.StarTelescopeMeteor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKGROUNDstatic intSTAR_MODELstatic intTELESCOPE_MODELstatic intUNIVERSE
-
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
-
-