Uses of Class
org.bukkit.configuration.file.FileConfigurationOptions
Packages that use FileConfigurationOptions
Package
Description
Classes dedicated to facilitating
configurations
to be read and
stored on the filesystem.-
Uses of FileConfigurationOptions in org.bukkit.configuration.file
Subclasses of FileConfigurationOptions in org.bukkit.configuration.fileModifier and TypeClassDescriptionclass
Various settings for controlling the input and output of aYamlConfiguration
Methods in org.bukkit.configuration.file that return FileConfigurationOptionsModifier and TypeMethodDescription@NotNull FileConfigurationOptions
FileConfigurationOptions.copyDefaults
(boolean value) @NotNull FileConfigurationOptions
FileConfigurationOptions.copyHeader
(boolean value) Deprecated.@NotNull FileConfigurationOptions
Deprecated.use setHeader() instead@NotNull FileConfigurationOptions
FileConfiguration.options()
@NotNull FileConfigurationOptions
FileConfigurationOptions.pathSeparator
(char value) @NotNull FileConfigurationOptions
Sets the footer that will be applied to the bottom of the saved output.@NotNull FileConfigurationOptions
Sets the header that will be applied to the top of the saved output.
parseComments(boolean)
instead.