Package | Description |
---|---|
eu.smoser.dungeongenerator.dungeon |
Modifier and Type | Method and Description |
---|---|
static Dungeon.Mode |
Dungeon.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dungeon.Mode[] |
Dungeon.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Dungeon.generate(int size,
Dungeon.Type type,
Dungeon.Mode mode)
Generates the dungeons contents
|