Uses of Class
squidpony.squidgrid.mapping.WorldMapGenerator.EllipticalMap
Package | Description |
---|---|
squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
-
Uses of WorldMapGenerator.EllipticalMap in squidpony.squidgrid.mapping
Subclasses of WorldMapGenerator.EllipticalMap in squidpony.squidgrid.mapping Modifier and Type Class Description static class
WorldMapGenerator.MimicMap
An unusual map generator that imitates an existing map (such as a map of Earth, which it can do by default).Constructors in squidpony.squidgrid.mapping with parameters of type WorldMapGenerator.EllipticalMap Constructor Description EllipticalMap(WorldMapGenerator.EllipticalMap other)
Copies the EllipticalMapother
to construct a new one that is exactly the same.