Uses of Class
squidpony.squidgrid.mapping.WorldMapGenerator.LocalMap
Package | Description |
---|---|
squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
-
Uses of WorldMapGenerator.LocalMap in squidpony.squidgrid.mapping
Subclasses of WorldMapGenerator.LocalMap in squidpony.squidgrid.mapping Modifier and Type Class Description static class
WorldMapGenerator.LocalMimicMap
An unusual map generator that imitates an existing local map (such as a map of Australia, which it can do by default), without applying any projection or changing heat levels in the polar regions or equator.Constructors in squidpony.squidgrid.mapping with parameters of type WorldMapGenerator.LocalMap Constructor Description LocalMap(WorldMapGenerator.LocalMap other)
Copies the LocalMapother
to construct a new one that is exactly the same.