Package org.rspeer.game.gameval
Class InterfaceId.Ds2BoatDefend
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.Ds2BoatDefend
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.Ds2BoatDefend extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCONTENTstatic intDODGERstatic intHEALTHstatic intHEALTH_BACKGROUNDstatic intHEALTH_BORDERstatic intHEALTH_FOREGROUNDstatic intHEALTH_TEXTstatic intTIMERstatic intTIMER_TEXTstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description Ds2BoatDefend()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
HEALTH
public static final int HEALTH
- See Also:
- Constant Field Values
-
HEALTH_BACKGROUND
public static final int HEALTH_BACKGROUND
- See Also:
- Constant Field Values
-
HEALTH_FOREGROUND
public static final int HEALTH_FOREGROUND
- See Also:
- Constant Field Values
-
HEALTH_BORDER
public static final int HEALTH_BORDER
- See Also:
- Constant Field Values
-
HEALTH_TEXT
public static final int HEALTH_TEXT
- See Also:
- Constant Field Values
-
TIMER
public static final int TIMER
- See Also:
- Constant Field Values
-
TIMER_TEXT
public static final int TIMER_TEXT
- See Also:
- Constant Field Values
-
-