|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbot.Board
bot.gen.CleanBoard
A board that makes sure maze is empty aside from Bombs!
| Constructor Summary | |
CleanBoard()
|
|
| Method Summary | |
WinChecker |
getWinChecker()
If you want special win conditions for the board, override this. |
boolean |
isKeyBoard()
Does this board revolve around picking up keys? |
int |
itemCount()
Return total number of items on board. |
protected boolean |
skipObject(Thing t)
Override this if there are certain objects you don't want to count towards being necessary to pick up. |
| Methods inherited from class bot.Board |
addSquare, addSquare, addSquare, clone, endAction, getCenter, getDimensions, getHeight, getSquare, getSquare, getSquares, getTLCorner, getWidth, hasSquare, hasSquare, hasSquare, loadBoard, loadBoard, numSquares, save, save, setInformer, setStart, setStart, start |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CleanBoard()
| Method Detail |
public int itemCount()
public boolean isKeyBoard()
isKeyBoard in class Boardprotected boolean skipObject(Thing t)
t -
public WinChecker getWinChecker()
Board
getWinChecker in class Board
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||