bot.gen
Class GiftMaze
java.lang.Object
bot.gen.ConfigurableBoard
bot.gen.Maze
bot.gen.GiftMaze
- All Implemented Interfaces:
- BoardGenerator, ConfigurableBoardGenerator, ExtraPainBoardGenerator
- public class GiftMaze
- extends Maze
- implements ExtraPainBoardGenerator
| Fields inherited from class bot.gen.Maze |
board |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GiftMaze
public GiftMaze()
setExtraPain
public void setExtraPain(boolean painOn)
- Specified by:
setExtraPain in interface ExtraPainBoardGenerator
painOn
public boolean painOn()
- Specified by:
painOn in interface ExtraPainBoardGenerator
generateBoard
public Board generateBoard()
- Generate the maze!
- Specified by:
generateBoard in interface BoardGenerator- Overrides:
generateBoard in class Maze