| Package | Description |
|---|---|
| dungeon |
| Modifier and Type | Field and Description |
|---|---|
Exit[] |
Room.exits
The list of exits in this room
|
| Modifier and Type | Method and Description |
|---|---|
static Exit |
Exit.Start()
Gives the entry
|
| Modifier and Type | Method and Description |
|---|---|
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
|