Package org.spongepowered.api.world
Interface WorldTypeTemplate
- All Superinterfaces:
DataPackSerializable
,DataSerializable
,Keyed
,ResourceKeyed
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionfloat
boolean
static WorldTypeTemplate.Builder
builder()
double
boolean
effect()
boolean
boolean
hasRaids()
boolean
int
int
int
minY()
boolean
natural()
static WorldTypeTemplate
static WorldTypeTemplate
boolean
boolean
boolean
static WorldTypeTemplate
theEnd()
static WorldTypeTemplate
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 Details
-
overworld
-
overworldCaves
-
theNether
-
theEnd
-
builder
-
effect
WorldTypeEffect effect() -
scorching
boolean scorching() -
natural
boolean natural() -
coordinateMultiplier
double coordinateMultiplier() -
hasSkylight
boolean hasSkylight() -
hasCeiling
boolean hasCeiling() -
ambientLighting
float ambientLighting() -
fixedTime
Optional<MinecraftDayTime> fixedTime() -
piglinSafe
boolean piglinSafe() -
bedsUsable
boolean bedsUsable() -
respawnAnchorsUsable
boolean respawnAnchorsUsable() -
hasRaids
boolean hasRaids() -
minY
int minY() -
logicalHeight
int logicalHeight() -
maximumHeight
int maximumHeight() -
createDragonFight
boolean createDragonFight()
-