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. displacementRegionMap<MapModule>ModularMapGenerator. layoutOrderedMap<Integer,ArrayList<MapModule>>ModularMapGenerator. modulesMethods in squidpony.squidgrid.mapping that return MapModule Modifier and Type Method Description MapModuleMapModule. flip(boolean flipLeftRight, boolean flipUpDown)MapModuleMapModule. 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 intMapModule. 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.