|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--wworld.WumpusMode
Defines the various modes that any Wumpus can have.
Field Summary | |
static int |
GOTO_GOLD
|
static int |
GOTO_PIT
|
static int |
RANDOM
|
static int |
SPIN
|
static int |
STAY
|
static int |
WALK
|
Constructor Summary | |
WumpusMode()
|
Method Summary | |
static java.lang.String |
toString(int mode)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int STAY
public static int SPIN
public static int WALK
public static int GOTO_GOLD
public static int GOTO_PIT
public static int RANDOM
Constructor Detail |
public WumpusMode()
Method Detail |
public static java.lang.String toString(int mode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |