java.lang.Object
net.minestom.server.world.DimensionType.Builder
- Enclosing interface:
DimensionType
-
Method Summary
Modifier and TypeMethodDescriptionambientLight
(float ambientLight) bedWorks
(boolean bedWorks) build()
coordinateScale
(double coordinateScale) effects
(net.kyori.adventure.key.Key effects) hasCeiling
(boolean hasCeiling) hasRaids
(boolean hasRaids) hasSkylight
(boolean hasSkylight) height
(int height) infiniburn
(String infiniburn) logicalHeight
(int logicalHeight) minY
(int minY) natural
(boolean natural) piglinSafe
(boolean piglinSafe) respawnAnchorWorks
(boolean respawnAnchorWorks) ultrawarm
(boolean ultrawarm)
-
Method Details
-
ultrawarm
-
natural
-
coordinateScale
@Contract(value="_ -> this", pure=true) public DimensionType.Builder coordinateScale(double coordinateScale) -
hasSkylight
@Contract(value="_ -> this", pure=true) public DimensionType.Builder hasSkylight(boolean hasSkylight) -
hasCeiling
-
ambientLight
@Contract(value="_ -> this", pure=true) public DimensionType.Builder ambientLight(float ambientLight) -
fixedTime
@Contract(value="_ -> this", pure=true) public DimensionType.Builder fixedTime(@Nullable @Nullable Long fixedTime) -
piglinSafe
-
bedWorks
-
respawnAnchorWorks
@Contract(value="_ -> this", pure=true) public DimensionType.Builder respawnAnchorWorks(boolean respawnAnchorWorks) -
hasRaids
-
logicalHeight
@Contract(value="_ -> this", pure=true) public DimensionType.Builder logicalHeight(int logicalHeight) -
minY
-
height
-
infiniburn
-
effects
@Contract(value="_ -> this", pure=true) public DimensionType.Builder effects(@KeyPattern String effects) -
effects
@Contract(value="_ -> this", pure=true) public DimensionType.Builder effects(net.kyori.adventure.key.Key effects) -
build
-