public interface GeneratorType extends CatalogType
WorldGenerator
and the
settings for the generator.Modifier and Type | Method and Description |
---|---|
WorldGenerator |
createGenerator(World world)
Creates a new
WorldGenerator for this world type. |
DataContainer |
getGeneratorSettings()
Gets a copy of the default settings for the world generator.
|
getId, getName
DataContainer getGeneratorSettings()
WorldGenerator createGenerator(World world)
WorldGenerator
for this world type.world
- The world to create the world generator for.