be.madoka.aardbei.sokoban
Interface Direction
- All Known Implementing Classes:
- SokoLogic
- public interface Direction
Represents a direction of a PositionChange.
- Author:
- Tim Van Wassenhove
UNDO_LEVEL
public static final int UNDO_LEVEL
- See Also:
- Constant Field Values
UNDO_MOVE
public static final int UNDO_MOVE
- See Also:
- Constant Field Values
REMOVE
public static final int REMOVE
- See Also:
- Constant Field Values
INSERT
public static final int INSERT
- See Also:
- Constant Field Values
UP
public static final int UP
- See Also:
- Constant Field Values
DOWN
public static final int DOWN
- See Also:
- Constant Field Values
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values