Class SlimeProperties
java.lang.Object
com.infernalsuite.asp.api.world.properties.SlimeProperties
Class with all existing slime world properties.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SlimePropertyBoolean
Whether peaceful animals are allowed to spawnstatic final SlimePropertyBoolean
Whether monsters are allowed to spawn at night or in the darkstatic final SlimePropertyString
static final SlimePropertyInt
static final SlimePropertyInt
static final SlimePropertyString
The default biome generated in empty chunksstatic final SlimePropertyString
The difficulty set for the worldstatic final SlimePropertyBoolean
Whether the dragon battle should be enabled in end worldsstatic final SlimePropertyString
The environment of the worldstatic final SlimePropertyBoolean
Whether PVP combat is allowedstatic final SlimePropertyInt
static final SlimePropertyInt
static final SlimePropertyInt
static final SlimePropertyInt
static final SlimePropertyBoolean
static final SlimePropertyInt
The X coordinate of the world spawnstatic final SlimePropertyInt
The Y coordinate of the world spawnstatic final SlimePropertyFloat
The yaw of the world spawnstatic final SlimePropertyInt
The Z coordinate of the world spawnstatic final SlimePropertyString
The type of world -
Constructor Summary
Constructors -
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()
-