Package org.rspeer.game.gameval
Class InterfaceId.ClanwarsHud
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.ClanwarsHud
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.ClanwarsHud extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCOUNTDOWNstatic intDODGER_MIDDLEstatic intDODGER_RIGHTstatic intINFOstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description ClanwarsHud()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER_RIGHT
public static final int DODGER_RIGHT
- See Also:
- Constant Field Values
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
DODGER_MIDDLE
public static final int DODGER_MIDDLE
- See Also:
- Constant Field Values
-
COUNTDOWN
public static final int COUNTDOWN
- See Also:
- Constant Field Values
-
-