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 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 aConfigurationConfigurationSection Represents a section of aConfigurationMemoryConfiguration This is aConfigurationimplementation 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 aMemoryConfigurationMemorySection A type ofConfigurationSectionthat 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 aConfigurationConfigurationSection Represents a section of aConfigurationInvalidConfigurationException Exception thrown when attempting to load an invalidConfigurationMemoryConfiguration This is aConfigurationimplementation 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 aMemoryConfigurationMemorySection A type ofConfigurationSectionthat is stored in memory.