Package org.spongepowered.api.world
Interface WorldTypeTemplate
-
- All Superinterfaces:
DataPackSerializable,DataSerializable,Keyed,ResourceKeyed
public interface WorldTypeTemplate extends DataPackSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWorldTypeTemplate.Builderstatic interfaceWorldTypeTemplate.Factory
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description floatambientLighting()booleanbedsUsable()BiomeSamplerbiomeSampler()static WorldTypeTemplate.Builderbuilder()doublecoordinateMultiplier()booleancreateDragonFight()WorldTypeEffecteffect()java.util.Optional<MinecraftDayTime>fixedTime()booleanhasCeiling()booleanhasRaids()booleanhasSkylight()intlogicalHeight()booleannatural()static WorldTypeTemplateoverworld()static WorldTypeTemplateoverworldCaves()booleanpiglinSafe()booleanrespawnAnchorsUsable()booleanscorching()static WorldTypeTemplatetheEnd()static WorldTypeTemplatetheNether()-
Methods inherited from interface org.spongepowered.api.datapack.DataPackSerializable
type
-
Methods inherited from interface org.spongepowered.api.data.persistence.DataSerializable
contentVersion, toContainer
-
Methods inherited from interface org.spongepowered.api.ResourceKeyed
key
-
-
-
-
Method Detail
-
overworld
static WorldTypeTemplate overworld()
-
overworldCaves
static WorldTypeTemplate overworldCaves()
-
theNether
static WorldTypeTemplate theNether()
-
theEnd
static WorldTypeTemplate theEnd()
-
builder
static WorldTypeTemplate.Builder builder()
-
effect
WorldTypeEffect effect()
-
biomeSampler
BiomeSampler biomeSampler()
-
scorching
boolean scorching()
-
natural
boolean natural()
-
coordinateMultiplier
double coordinateMultiplier()
-
hasSkylight
boolean hasSkylight()
-
hasCeiling
boolean hasCeiling()
-
ambientLighting
float ambientLighting()
-
fixedTime
java.util.Optional<MinecraftDayTime> fixedTime()
-
piglinSafe
boolean piglinSafe()
-
bedsUsable
boolean bedsUsable()
-
respawnAnchorsUsable
boolean respawnAnchorsUsable()
-
hasRaids
boolean hasRaids()
-
logicalHeight
int logicalHeight()
-
createDragonFight
boolean createDragonFight()
-
-