Uses of Class
org.bukkit.configuration.file.YamlConfigurationOptions
-
Packages that use YamlConfigurationOptions Package Description org.bukkit.configuration.file Classes dedicated to facilitatingconfigurations
to be read and stored on the filesystem. -
-
Uses of YamlConfigurationOptions in org.bukkit.configuration.file
Methods in org.bukkit.configuration.file that return YamlConfigurationOptions Modifier and Type Method Description @NotNull YamlConfigurationOptions
YamlConfigurationOptions. copyDefaults(boolean value)
@NotNull YamlConfigurationOptions
YamlConfigurationOptions. copyHeader(boolean value)
@NotNull YamlConfigurationOptions
YamlConfigurationOptions. header(@Nullable String value)
@NotNull YamlConfigurationOptions
YamlConfigurationOptions. indent(int value)
Sets how much spaces should be used to indent each line.@NotNull YamlConfigurationOptions
YamlConfiguration. options()
@NotNull YamlConfigurationOptions
YamlConfigurationOptions. pathSeparator(char value)
-