Package | Description |
---|---|
eu.smoser.dungeongenerator.dungeon |
Modifier and Type | Field and Description |
---|---|
Room |
Exit.room
The room this exit leads to
|
Modifier and Type | Method and Description |
---|---|
static Room |
Room.RandomRoom(boolean first,
Exit predecessor,
Counter c,
Dungeon.Type type,
java.util.HashMap<java.lang.Integer,java.lang.Integer> map)
Generates a random room
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Room> |
Room.generate(Counter c,
Dungeon.Type type,
java.util.HashMap<java.lang.Integer,java.lang.Integer> map)
Generates the content of the room
|
Constructor and Description |
---|
Exit(Room room)
Constructs a random exit to a given room
|
Exit(Room room,
java.lang.String type)
Constructs a exit of a give type to a room
|