Class SpawnSettings

  • All Implemented Interfaces:
    org.bukkit.configuration.serialization.ConfigurationSerializable

    public class SpawnSettings
    extends me.main__.util.SerializationConfig.SerializationConfig
    Spawning-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
      SubSpawnSettings getAnimalSettings()  
      SubSpawnSettings getMonsterSettings()  
      void setDefaults()
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpawnSettings

        public SpawnSettings()
      • SpawnSettings

        public SpawnSettings​(java.util.Map<java.lang.String,​java.lang.Object> values)
    • Method Detail

      • setDefaults

        public void setDefaults()
        Specified by:
        setDefaults in class me.main__.util.SerializationConfig.SerializationConfig
      • getAnimalSettings

        public SubSpawnSettings getAnimalSettings()
        Returns:
        the animal-settings
      • getMonsterSettings

        public SubSpawnSettings getMonsterSettings()
        Returns:
        the monster-settings