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 YamlConfigurationOptionsYamlConfigurationOptions.codePointLimit(int codePointLimit) Sets the maximum code point limit, that being, the maximum length of the document in which the loader will read@NotNull YamlConfigurationOptionsYamlConfigurationOptions.copyDefaults(boolean value) @NotNull YamlConfigurationOptionsYamlConfigurationOptions.copyHeader(boolean value) Deprecated.@NotNull YamlConfigurationOptionsDeprecated.@NotNull YamlConfigurationOptionsYamlConfigurationOptions.indent(int value) Sets how much spaces should be used to indent each line.@NotNull YamlConfigurationOptionsYamlConfiguration.options()@NotNull YamlConfigurationOptionsYamlConfigurationOptions.parseComments(boolean value) @NotNull YamlConfigurationOptionsYamlConfigurationOptions.pathSeparator(char value) @NotNull YamlConfigurationOptions@NotNull YamlConfigurationOptions@NotNull YamlConfigurationOptionsYamlConfigurationOptions.width(int value) Sets how long a line can be, before it gets split.