Package | Description |
---|---|
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.
|
Constructor and Description |
---|
Dungeon(int size,
Dungeon.Type type,
Dungeon.Mode mode)
Stanard constructor, creates a new dungeon and then generates the contens
|