Package | Description |
---|---|
squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
Modifier and Type | Field and Description |
---|---|
EnumMap<SectionDungeonGenerator.FillEffect,Integer> |
SectionDungeonGenerator.caveFX
The effects that will be applied when generate is called.
|
EnumMap<SectionDungeonGenerator.FillEffect,Integer> |
SectionDungeonGenerator.corridorFX
The effects that will be applied when generate is called.
|
EnumMap<SectionDungeonGenerator.FillEffect,Integer> |
SectionDungeonGenerator.roomFX
The effects that will be applied when generate is called.
|
Modifier and Type | Method and Description |
---|---|
static SectionDungeonGenerator.FillEffect |
SectionDungeonGenerator.FillEffect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SectionDungeonGenerator.FillEffect[] |
SectionDungeonGenerator.FillEffect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2016. All rights reserved.