OverworldMaker

constructor(identifier: String, description: String, regionMakers: List<RegionMaker> = emptyList())

A helper for making an Overworld, with a specified identifier, description and regionMakers.


constructor(identifier: Identifier, description: Description, regionMakers: List<RegionMaker> = emptyList())