bot.gen
Class FullRoom
java.lang.Object
bot.gen.ConfigurableBoard
bot.gen.Room
bot.gen.FullRoom
- All Implemented Interfaces:
- BoardGenerator, ConfigurableBoardGenerator, ExtraPainBoardGenerator
- public class FullRoom
- extends Room
- implements BoardGenerator, ExtraPainBoardGenerator
A small room where every square has some object in it. Picking up
all objects that don't weigh more than a stick (and aren't dangerous
in the case of the extra pain option) is the solution.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FullRoom
public FullRoom()
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 Room