Interface WorldTemplate
- All Superinterfaces:
- DataPackSerializable,- DataSerializable,- Keyed,- ResourceKeyed
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface
- 
Method SummaryModifier and TypeMethodDescriptiondefault WorldTemplate.Builderstatic WorldTemplate.Builderbuilder()commands()gameMode()hardcore()booleanstatic WorldTemplatestatic WorldTemplatebooleanpvp()static WorldTemplatetheEnd()static WorldTemplateMethods inherited from interface org.spongepowered.api.datapack.DataPackSerializabletypeMethods inherited from interface org.spongepowered.api.data.persistence.DataSerializablecontentVersion, toContainerMethods inherited from interface org.spongepowered.api.ResourceKeyedkey
- 
Method Details- 
overworld
- 
overworldCaves
- 
theNether
- 
theEnd
- 
builder
- 
displayName
- 
worldTypeRegistryReference<WorldType> worldType()
- 
generatorChunkGenerator generator()
- 
generationConfigWorldGenerationConfig generationConfig()
- 
gameModeOptional<RegistryReference<GameMode>> gameMode()
- 
difficultyOptional<RegistryReference<Difficulty>> difficulty()
- 
serializationBehaviorOptional<SerializationBehavior> serializationBehavior()
- 
loadOnStartupboolean loadOnStartup()
- 
performsSpawnLogicboolean performsSpawnLogic()
- 
hardcore
- 
commands
- 
pvp
- 
viewDistance
- 
spawnPosition
- 
asBuilder
 
-