Uses of Class
squidpony.squidgrid.mapping.MapModule
Package | Description |
---|---|
squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
-
Uses of MapModule in squidpony.squidgrid.mapping
Fields in squidpony.squidgrid.mapping with type parameters of type MapModule Modifier and Type Field Description OrderedMap<Coord,MapModule>
ModularMapGenerator. displacement
RegionMap<MapModule>
ModularMapGenerator. layout
OrderedMap<Integer,ArrayList<MapModule>>
ModularMapGenerator. modules
Methods in squidpony.squidgrid.mapping that return MapModule Modifier and Type Method Description MapModule
MapModule. flip(boolean flipLeftRight, boolean flipUpDown)
MapModule
MapModule. rotate(int turns)
Rotates a copy of this MapModule by the given number of 90-degree turns.Methods in squidpony.squidgrid.mapping with parameters of type MapModule Modifier and Type Method Description int
MapModule. compareTo(MapModule o)
Constructors in squidpony.squidgrid.mapping with parameters of type MapModule Constructor Description MapModule(MapModule other)
Copies another MapModule and uses it to construct a new one.