Package | Description |
---|---|
squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
Modifier and Type | Field and Description |
---|---|
LinkedHashMap<Coord,MapModule> |
ModularMapGenerator.displacement |
RegionMap<MapModule> |
ModularMapGenerator.layout |
LinkedHashMap<Integer,ArrayList<MapModule>> |
ModularMapGenerator.modules |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
MapModule.compareTo(MapModule o) |
Constructor and Description |
---|
MapModule(MapModule other)
Copies another MapModule and uses it to construct a new one.
|
Copyright © 2012–2016. All rights reserved.