Class SpawnSettings
- java.lang.Object
-
- me.main__.util.SerializationConfig.SerializationConfig
-
- com.onarandombox.MultiverseCore.configuration.SpawnSettings
-
- All Implemented Interfaces:
org.bukkit.configuration.serialization.ConfigurationSerializable
public class SpawnSettings extends me.main__.util.SerializationConfig.SerializationConfigSpawning-Settings.
-
-
Constructor Summary
Constructors Constructor Description SpawnSettings()SpawnSettings(java.util.Map<java.lang.String,java.lang.Object> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubSpawnSettingsgetAnimalSettings()SubSpawnSettingsgetMonsterSettings()voidsetDefaults()-
Methods inherited from class me.main__.util.SerializationConfig.SerializationConfig
buildVPropChanges, copyValues, flushPendingVPropChanges, getAliasMap, getAliasMap, getProperty, getProperty, getPropertyDescription, getPropertyDescription, getPropertyDescriptionUnchecked, getPropertyDescriptionUnchecked, getPropertyUnchecked, getPropertyUnchecked, initLogging, loadValues, registerAlias, registerAlias, registerAll, registerGlobalValidator, registerObjectUsing, registerValidator, serialize, setProperty, setProperty, setPropertyUnchecked, setPropertyUnchecked, setPropertyValue, setPropertyValue, setPropertyValueUnchecked, setPropertyValueUnchecked, unregisterAll
-
-
-
-
Method Detail
-
setDefaults
public void setDefaults()
- Specified by:
setDefaultsin classme.main__.util.SerializationConfig.SerializationConfig
-
getAnimalSettings
public SubSpawnSettings getAnimalSettings()
- Returns:
- the animal-settings
-
getMonsterSettings
public SubSpawnSettings getMonsterSettings()
- Returns:
- the monster-settings
-
-