Class SlimeProperties
java.lang.Object
com.infernalsuite.aswm.api.world.properties.SlimeProperties
Class with all existing slime world properties.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SlimeProperty
<Boolean> Whether peaceful animals are allowed to spawnstatic final SlimeProperty
<Boolean> Whether monsters are allowed to spawn at night or in the darkstatic final SlimeProperty
<String> static final SlimeProperty
<Integer> static final SlimeProperty
<Integer> static final SlimeProperty
<String> The default biome generated in empty chunksstatic final SlimeProperty
<String> The difficulty set for the worldstatic final SlimeProperty
<Boolean> Whether the dragon battle should be enabled in end worldsstatic final SlimeProperty
<String> The environment of the worldstatic final SlimeProperty
<Boolean> Whether PVP combat is allowedstatic final SlimeProperty
<Integer> static final SlimeProperty
<Integer> static final SlimeProperty
<Integer> static final SlimeProperty
<Integer> static final SlimeProperty
<Boolean> static final SlimeProperty
<Integer> The X coordinate of the world spawnstatic final SlimeProperty
<Integer> The Y coordinate of the world spawnstatic final SlimeProperty
<Float> The yaw of the world spawnstatic final SlimeProperty
<Integer> The Z coordinate of the world spawnstatic final SlimeProperty
<String> The type of world -
Constructor Summary
-
Method Summary
-
Field Details
-
SPAWN_X
The X coordinate of the world spawn -
SPAWN_Y
The Y coordinate of the world spawn -
SPAWN_Z
The Z coordinate of the world spawn -
SPAWN_YAW
The yaw of the world spawn -
DIFFICULTY
The difficulty set for the world -
ALLOW_MONSTERS
Whether monsters are allowed to spawn at night or in the dark -
ALLOW_ANIMALS
Whether peaceful animals are allowed to spawn -
DRAGON_BATTLE
Whether the dragon battle should be enabled in end worlds -
PVP
Whether PVP combat is allowed -
ENVIRONMENT
The environment of the world -
WORLD_TYPE
The type of world -
DEFAULT_BIOME
The default biome generated in empty chunks -
SHOULD_LIMIT_SAVE
-
SAVE_MIN_X
-
SAVE_MIN_Z
-
SAVE_MAX_X
-
SAVE_MAX_Z
-
CHUNK_PRUNING
-
CHUNK_SECTION_MIN
-
CHUNK_SECTION_MAX
-
-
Constructor Details
-
SlimeProperties
public SlimeProperties()
-