bot.gen
Class BigRoom
java.lang.Object
bot.gen.ConfigurableBoard
bot.gen.Room
bot.gen.BigRoom
- All Implemented Interfaces:
- BoardGenerator, ConfigurableBoardGenerator
- Direct Known Subclasses:
- BigBlobbyRoom, BigBlockyRoom
- public class BigRoom
- extends Room
- implements BoardGenerator
A big, rectangular room. The key is in it.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigRoom
public BigRoom()
generateBoard
public Board generateBoard()
- Specified by:
generateBoard in interface BoardGenerator- Overrides:
generateBoard in class Room