Package | Description |
---|---|
dungeon |
Modifier and Type | Method and Description |
---|---|
java.util.List<Room> |
Room.generate(Counter c,
Dungeon.Type type)
Generates the content of the room
|
static Room |
Room.RandomRoom(boolean first,
Exit predecessor,
Counter c,
Dungeon.Type type)
Generates a random room
|
Constructor and Description |
---|
Room(Exit predecessor,
int numberOfExits,
boolean room,
java.lang.String desc,
Counter c)
Constructs a room with a given predecessor, number of exits, description and counter
|