Uses of Package
org.bukkit.configuration
Package | Description |
---|---|
org.bukkit.configuration |
Classes dedicated to handling a plugin's runtime configuration.
|
org.bukkit.configuration.file |
Classes dedicated to facilitating
configurations to be read and
stored on the filesystem. |
-
Classes in org.bukkit.configuration used by org.bukkit.configuration Class Description Configuration Represents a source of configurable options and settingsConfigurationOptions Various settings for controlling the input and output of aConfiguration
ConfigurationSection Represents a section of aConfiguration
MemoryConfiguration This is aConfiguration
implementation that does not save or load from any source, and stores all values in memory only.MemoryConfigurationOptions Various settings for controlling the input and output of aMemoryConfiguration
MemorySection A type ofConfigurationSection
that is stored in memory. -
Classes in org.bukkit.configuration used by org.bukkit.configuration.file Class Description Configuration Represents a source of configurable options and settingsConfigurationOptions Various settings for controlling the input and output of aConfiguration
ConfigurationSection Represents a section of aConfiguration
InvalidConfigurationException Exception thrown when attempting to load an invalidConfiguration
MemoryConfiguration This is aConfiguration
implementation that does not save or load from any source, and stores all values in memory only.MemoryConfigurationOptions Various settings for controlling the input and output of aMemoryConfiguration
MemorySection A type ofConfigurationSection
that is stored in memory.