| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationOptions | |
|---|---|
| org.bukkit.configuration | Classes dedicated to handling a plugin's runtime configuration. | 
| org.bukkit.configuration.file | Classes dedicated facilitating configurationsto be read and
 stored on the filesystem. | 
| Uses of ConfigurationOptions in org.bukkit.configuration | 
|---|
| Subclasses of ConfigurationOptions in org.bukkit.configuration | |
|---|---|
|  class | MemoryConfigurationOptionsVarious settings for controlling the input and output of a MemoryConfiguration | 
| Methods in org.bukkit.configuration that return ConfigurationOptions | |
|---|---|
|  ConfigurationOptions | ConfigurationOptions.copyDefaults(boolean value)Sets if the Configurationshould copy values from its defaultConfigurationdirectly. | 
|  ConfigurationOptions | Configuration.options()Gets the ConfigurationOptionsfor thisConfiguration. | 
|  ConfigurationOptions | ConfigurationOptions.pathSeparator(char value)Sets the char that will be used to separate ConfigurationSections
 
 This value does not affect how theConfigurationis stored, only in
 how you access the data. | 
| Uses of ConfigurationOptions in org.bukkit.configuration.file | 
|---|
| Subclasses of ConfigurationOptions in org.bukkit.configuration.file | |
|---|---|
|  class | FileConfigurationOptionsVarious settings for controlling the input and output of a FileConfiguration | 
|  class | YamlConfigurationOptionsVarious settings for controlling the input and output of a YamlConfiguration | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||