Class Dimension.Builder
java.lang.Object
eu.sculkpowered.server.world.dimension.Dimension.Builder
- Enclosing class:
Dimension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull Dimension.Builder
ambientLight
(float ambientLight) @NotNull Dimension.Builder
bedWorks
(boolean bedWorks) @NotNull Dimension
build()
@NotNull Dimension.Builder
coordinateScale
(double coordinateScale) @NotNull Dimension.Builder
@NotNull Dimension.Builder
fixedTime
(long fixedTime) @NotNull Dimension.Builder
hasCeiling
(boolean hasCeiling) @NotNull Dimension.Builder
hasRaids
(boolean hasRaids) @NotNull Dimension.Builder
hasSkylight
(boolean hasSkylight) @NotNull Dimension.Builder
height
(int height) Height must be dividable by 16@NotNull Dimension.Builder
infiniburn
(@NotNull String infiniburn) @NotNull Dimension.Builder
logicalHeight
(int logicalHeight) @NotNull Dimension.Builder
minY
(int minY) @NotNull Dimension.Builder
monsterSpawnBlockLightLimit
(int monsterSpawnBlockLightLimit) @NotNull Dimension.Builder
monsterSpawnLightLevel
(int monsterSpawnLightLevel) @NotNull Dimension.Builder
monsterSpawnLightLevel
(CompoundBinaryTag compoundBinaryTag) @NotNull Dimension.Builder
natural
(boolean natural) @NotNull Dimension.Builder
piglinSafe
(boolean piglinSafe) @NotNull Dimension.Builder
respawnAnchorWorks
(boolean respawnAnchorWorks) @NotNull Dimension.Builder
ultrawarm
(boolean ultrawarm)
-
Constructor Details
-
Builder
-
-
Method Details
-
piglinSafe
-
hasRaids
-
monsterSpawnLightLevel
-
monsterSpawnLightLevel
@NotNull public @NotNull Dimension.Builder monsterSpawnLightLevel(CompoundBinaryTag compoundBinaryTag) -
monsterSpawnBlockLightLimit
@NotNull public @NotNull Dimension.Builder monsterSpawnBlockLightLimit(int monsterSpawnBlockLightLimit) -
natural
-
ambientLight
-
fixedTime
-
infiniburn
-
respawnAnchorWorks
-
hasSkylight
-
bedWorks
-
effects
-
minY
-
height
Height must be dividable by 16 -
logicalHeight
-
coordinateScale
-
ultrawarm
-
hasCeiling
-
build
-