Package org.rspeer.game.gameval
Class InterfaceId.TrailSlidepuzzle
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.TrailSlidepuzzle
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.TrailSlidepuzzle extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCOM_5static intGRID_BACKGROUNDstatic intGRID_MMstatic intGRID_STANDARDstatic intPIECESstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description TrailSlidepuzzle()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
GRID_BACKGROUND
public static final int GRID_BACKGROUND
- See Also:
- Constant Field Values
-
GRID_STANDARD
public static final int GRID_STANDARD
- See Also:
- Constant Field Values
-
GRID_MM
public static final int GRID_MM
- See Also:
- Constant Field Values
-
PIECES
public static final int PIECES
- See Also:
- Constant Field Values
-
COM_5
public static final int COM_5
- See Also:
- Constant Field Values
-
-