Uses of Class
org.bukkit.configuration.ConfigurationOptions
-
Packages that use ConfigurationOptions Package Description org.bukkit.configuration Classes dedicated to handling a plugin's runtime configuration.org.bukkit.configuration.file Classes dedicated facilitatingconfigurationsto be read and stored on the filesystem. -
-
Uses of ConfigurationOptions in org.bukkit.configuration
Subclasses of ConfigurationOptions in org.bukkit.configuration Modifier and Type Class Description classMemoryConfigurationOptionsVarious settings for controlling the input and output of aMemoryConfigurationMethods in org.bukkit.configuration that return ConfigurationOptions Modifier and Type Method Description ConfigurationOptionsConfigurationOptions. copyDefaults(boolean value)Sets if theConfigurationshould copy values from its defaultConfigurationdirectly.ConfigurationOptionsConfiguration. options()Gets theConfigurationOptionsfor thisConfiguration.ConfigurationOptionsConfigurationOptions. pathSeparator(char value)Sets the char that will be used to separateConfigurationSections -
Uses of ConfigurationOptions in org.bukkit.configuration.file
Subclasses of ConfigurationOptions in org.bukkit.configuration.file Modifier and Type Class Description classFileConfigurationOptionsVarious settings for controlling the input and output of aFileConfigurationclassYamlConfigurationOptionsVarious settings for controlling the input and output of aYamlConfiguration
-