OverworldMaker

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

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

Constructors

Link copied to clipboard
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())

Functions

Link copied to clipboard

Make a new Overworld.