ant.debug
Class Ant
java.lang.Object
ant.debug.Ant
- All Implemented Interfaces:
- Constants
- class Ant
- extends java.lang.Object
- implements Constants
Constructor Summary |
(package private) |
Ant()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public int ID
internalState
public int internalState
xPos
public byte xPos
yPos
public byte yPos
direction
public byte direction
state
public int state
resting
public byte resting
MARKER_RED_0
public static final int MARKER_RED_0
- See Also:
- Constant Field Values
MARKER_RED_1
public static final int MARKER_RED_1
- See Also:
- Constant Field Values
MARKER_RED_2
public static final int MARKER_RED_2
- See Also:
- Constant Field Values
MARKER_RED_3
public static final int MARKER_RED_3
- See Also:
- Constant Field Values
MARKER_RED_4
public static final int MARKER_RED_4
- See Also:
- Constant Field Values
MARKER_RED_5
public static final int MARKER_RED_5
- See Also:
- Constant Field Values
MARKER_BLACK_0
public static final int MARKER_BLACK_0
- See Also:
- Constant Field Values
MARKER_BLACK_1
public static final int MARKER_BLACK_1
- See Also:
- Constant Field Values
MARKER_BLACK_2
public static final int MARKER_BLACK_2
- See Also:
- Constant Field Values
MARKER_BLACK_3
public static final int MARKER_BLACK_3
- See Also:
- Constant Field Values
MARKER_BLACK_4
public static final int MARKER_BLACK_4
- See Also:
- Constant Field Values
MARKER_BLACK_5
public static final int MARKER_BLACK_5
- See Also:
- Constant Field Values
RED_ANT
public static final int RED_ANT
- See Also:
- Constant Field Values
BLACK_ANT
public static final int BLACK_ANT
- See Also:
- Constant Field Values
WITH_FOOD
public static final int WITH_FOOD
- See Also:
- Constant Field Values
FREE
public static final int FREE
- See Also:
- Constant Field Values
RED_ANT_HILL
public static final int RED_ANT_HILL
- See Also:
- Constant Field Values
BLACK_ANT_HILL
public static final int BLACK_ANT_HILL
- See Also:
- Constant Field Values
ROCK
public static final int ROCK
- See Also:
- Constant Field Values
PIX_LENGTH
public static final int PIX_LENGTH
- See Also:
- Constant Field Values
OPTION_MARKER_BIT
public static final int OPTION_MARKER_BIT
- See Also:
- Constant Field Values
OPTION_MARKER_3C
public static final int OPTION_MARKER_3C
- See Also:
- Constant Field Values
OPTION_MARKER_FM
public static final int OPTION_MARKER_FM
- See Also:
- Constant Field Values
Ant
Ant()