ant.debug
Class Ant

java.lang.Object
  extended byant.debug.Ant
All Implemented Interfaces:
Constants

class Ant
extends java.lang.Object
implements Constants


Field Summary
static int BLACK_ANT
           
static int BLACK_ANT_HILL
           
 byte direction
           
static int FREE
           
 int ID
           
 int internalState
           
static int MARKER_BLACK_0
           
static int MARKER_BLACK_1
           
static int MARKER_BLACK_2
           
static int MARKER_BLACK_3
           
static int MARKER_BLACK_4
           
static int MARKER_BLACK_5
           
static int MARKER_RED_0
           
static int MARKER_RED_1
           
static int MARKER_RED_2
           
static int MARKER_RED_3
           
static int MARKER_RED_4
           
static int MARKER_RED_5
           
static int OPTION_MARKER_3C
           
static int OPTION_MARKER_BIT
           
static int OPTION_MARKER_FM
           
static int PIX_LENGTH
           
static int RED_ANT
           
static int RED_ANT_HILL
           
 byte resting
           
static int ROCK
           
 int state
           
static int WITH_FOOD
           
 byte xPos
           
 byte yPos
           
 
Constructor Summary
(package private) Ant()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Ant

Ant()