Uses of Class
squidpony.squidgrid.mapping.DungeonGenerator.FillEffect
Package | Description |
---|---|
squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
-
Uses of DungeonGenerator.FillEffect in squidpony.squidgrid.mapping
Fields in squidpony.squidgrid.mapping with type parameters of type DungeonGenerator.FillEffect Modifier and Type Field Description EnumMap<DungeonGenerator.FillEffect,Integer>
DungeonGenerator. fx
The effects that will be applied when generate is called.Methods in squidpony.squidgrid.mapping that return DungeonGenerator.FillEffect Modifier and Type Method Description static DungeonGenerator.FillEffect
DungeonGenerator.FillEffect. valueOf(String name)
Returns the enum constant of this type with the specified name.static DungeonGenerator.FillEffect[]
DungeonGenerator.FillEffect. values()
Returns an array containing the constants of this enum type, in the order they are declared.