Package org.spongepowered.api.world
Interface WorldType
- All Superinterfaces:
ContextSource,DataHolder,DataPackSerializable,DefaultedRegistryValue<WorldType>,ValueContainer,WorldTypeDataFetcher
@CatalogedBy(WorldTypes.class)
public interface WorldType
extends DefaultedRegistryValue<WorldType>, ContextSource, WorldTypeDataFetcher, DataPackSerializable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.spongepowered.api.data.DataHolder
DataHolder.Immutable<I extends DataHolder.Immutable<I>>, DataHolder.Mutable -
Method Summary
Static MethodsMethods inherited from interface org.spongepowered.api.service.context.ContextSource
contextMethods inherited from interface org.spongepowered.api.datapack.DataPackSerializable
toDataPackMethods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, keyMethods inherited from interface org.spongepowered.api.data.value.ValueContainer
get, getDouble, getInt, getKeys, getLong, getOrElse, getOrNull, getValue, getValues, require, requireValue, supports, supportsMethods inherited from interface org.spongepowered.api.world.WorldTypeDataFetcher
ambientLighting, bedsUsable, coordinateMultiplier, createDragonFight, effect, fixedTime, floor, hasCeiling, hasRaids, hasSkylight, height, infiniburn, logicalHeight, natural, piglinSafe, respawnAnchorsUsable, scorching, spawnLightLimit, spawnLightRange
-
Method Details
-
builder
-