Package org.rspeer.game.gameval
Class InterfaceId.FossilUnderwater
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.FossilUnderwater
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.FossilUnderwater extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKGROUNDstatic intBORDERstatic intDODGERstatic intFADEstatic intOXYGEN_BARstatic intOXYGEN_LAYERstatic intOXYGEN_LEVELstatic intUNIVERSEstatic intWARNING_LAYERstatic intWATER_OVERLAY
-
Constructor Summary
Constructors Constructor Description FossilUnderwater()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
OXYGEN_LAYER
public static final int OXYGEN_LAYER
- See Also:
- Constant Field Values
-
WATER_OVERLAY
public static final int WATER_OVERLAY
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
OXYGEN_BAR
public static final int OXYGEN_BAR
- See Also:
- Constant Field Values
-
BORDER
public static final int BORDER
- See Also:
- Constant Field Values
-
OXYGEN_LEVEL
public static final int OXYGEN_LEVEL
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- See Also:
- Constant Field Values
-
WARNING_LAYER
public static final int WARNING_LAYER
- See Also:
- Constant Field Values
-
FADE
public static final int FADE
- See Also:
- Constant Field Values
-
-