Package org.rspeer.game.gameval
Class InterfaceId.SailingBtSelection
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.SailingBtSelection
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.SailingBtSelection extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCLICK_LAYERstatic intCONTENTstatic intCONTENT_LEFTstatic intCONTENT_RIGHTstatic intFRAMEstatic intINFINITYstatic intREWARD_CLICK_LAYERstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description SailingBtSelection()
-
-
-
Field Detail
-
INFINITY
public static final int INFINITY
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
CONTENT_LEFT
public static final int CONTENT_LEFT
- See Also:
- Constant Field Values
-
CONTENT_RIGHT
public static final int CONTENT_RIGHT
- See Also:
- Constant Field Values
-
CLICK_LAYER
public static final int CLICK_LAYER
- See Also:
- Constant Field Values
-
REWARD_CLICK_LAYER
public static final int REWARD_CLICK_LAYER
- See Also:
- Constant Field Values
-
-