Uses of Class
squidpony.squidgrid.mapping.SectionMap
Package | Description |
---|---|
squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
-
Uses of SectionMap in squidpony.squidgrid.mapping
Methods in squidpony.squidgrid.mapping that return SectionMap Modifier and Type Method Description SectionMap
SectionMap. reinitialize(RoomFinder rf)
If this SectionMap hasn't been initialized or the map has completely changed (such as if the player went to a different floor of a dungeon), then you can call this method to avoid discarding some of the state from an earlier SectionMap.Constructors in squidpony.squidgrid.mapping with parameters of type SectionMap Constructor Description SectionMap(SectionMap other)
Copy constructor; takes an already-initialized SectionMap and deep-copies each element into this one.