Uses of Class
squidpony.squidgrid.mapping.SectionDungeonGenerator.FillEffect
| Package | Description |
|---|---|
| squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
-
Uses of SectionDungeonGenerator.FillEffect in squidpony.squidgrid.mapping
Fields in squidpony.squidgrid.mapping with type parameters of type SectionDungeonGenerator.FillEffect Modifier and Type Field Description EnumMap<SectionDungeonGenerator.FillEffect,Integer>SectionDungeonGenerator. caveFXThe effects that will be applied when generate is called.EnumMap<SectionDungeonGenerator.FillEffect,Integer>SectionDungeonGenerator. corridorFXThe effects that will be applied when generate is called.EnumMap<SectionDungeonGenerator.FillEffect,Integer>SectionDungeonGenerator. roomFXThe effects that will be applied when generate is called.Methods in squidpony.squidgrid.mapping that return SectionDungeonGenerator.FillEffect Modifier and Type Method Description static SectionDungeonGenerator.FillEffectSectionDungeonGenerator.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.Method parameters in squidpony.squidgrid.mapping with type arguments of type SectionDungeonGenerator.FillEffect Modifier and Type Method Description protected char[][]SectionDungeonGenerator. innerGenerate(char[][] map, EnumMap<SectionDungeonGenerator.FillEffect,Integer> fx)