Uses of Class
org.bukkit.configuration.file.YamlConfigurationOptions
Packages that use YamlConfigurationOptions
Package
Description
Classes dedicated to facilitating
configurations
to be read and
stored on the filesystem.-
Uses of YamlConfigurationOptions in org.bukkit.configuration.file
Methods in org.bukkit.configuration.file that return YamlConfigurationOptionsModifier and TypeMethodDescription@NotNull YamlConfigurationOptions
YamlConfigurationOptions.codePointLimit
(int codePointLimit) Sets the maximum code point limit, that being, the maximum length of the document in which the loader will read@NotNull YamlConfigurationOptions
YamlConfigurationOptions.copyDefaults
(boolean value) @NotNull YamlConfigurationOptions
YamlConfigurationOptions.copyHeader
(boolean value) Deprecated.@NotNull YamlConfigurationOptions
Deprecated.@NotNull YamlConfigurationOptions
YamlConfigurationOptions.indent
(int value) Sets how much spaces should be used to indent each line.@NotNull YamlConfigurationOptions
YamlConfiguration.options()
@NotNull YamlConfigurationOptions
YamlConfigurationOptions.parseComments
(boolean value) @NotNull YamlConfigurationOptions
YamlConfigurationOptions.pathSeparator
(char value) @NotNull YamlConfigurationOptions
@NotNull YamlConfigurationOptions
@NotNull YamlConfigurationOptions
YamlConfigurationOptions.width
(int value) Sets how long a line can be, before it gets split.