civquest
Class Direction
java.lang.Object
civquest.Direction
- public class Direction
- extends java.lang.Object
Provides direction-constants. Values MIN and MAX can be used to iterate through the directions using
a loop (for example: "for(int n = MIN;n < MAX;n++) do whatever you like")
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NORTH
public static final int NORTH
- See Also:
- Constant Field Values
NORTH_EAST
public static final int NORTH_EAST
- See Also:
- Constant Field Values
EAST
public static final int EAST
- See Also:
- Constant Field Values
SOUTH_EAST
public static final int SOUTH_EAST
- See Also:
- Constant Field Values
SOUTH
public static final int SOUTH
- See Also:
- Constant Field Values
SOUTH_WEST
public static final int SOUTH_WEST
- See Also:
- Constant Field Values
WEST
public static final int WEST
- See Also:
- Constant Field Values
NORTH_WEST
public static final int NORTH_WEST
- See Also:
- Constant Field Values
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
MIN
public static final int MIN
- See Also:
- Constant Field Values
MAX
public static final int MAX
- See Also:
- Constant Field Values
Direction
public Direction()