public class ManhattanGenerator extends java.lang.Object implements MapGenerator
| Constructor and Description |
|---|
ManhattanGenerator(Config config)
Construct a ManhattanGenerator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
populate(GMLMap gmlMap)
Generate a map.
|
public ManhattanGenerator(Config config)
config - The configuration to use.public void populate(GMLMap gmlMap)
MapGeneratorpopulate in interface MapGeneratorgmlMap - The map object to populate.