ant.debug
Class Field

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

class Field
extends java.lang.Object
implements Constants


Field Summary
static int BLACK_ANT
           
static int BLACK_ANT_HILL
           
 byte food
           
static int FREE
           
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
           
static int ROCK
           
 int state
           
static int WITH_FOOD
           
 
Constructor Summary
(package private) Field()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

food

public byte food

state

public int state

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

Field

Field()