Uses of Class
org.bukkit.configuration.file.YamlConfiguration
Packages that use YamlConfiguration
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes dedicated to facilitating
configurations
to be read and
stored on the filesystem.-
Uses of YamlConfiguration in org.bukkit
Methods in org.bukkit that return YamlConfigurationModifier and TypeMethodDescriptionServer.Spigot.getBukkitConfig()
Server.Spigot.getConfig()
Server.Spigot.getPaperConfig()
Server.Spigot.getScissorsConfig()
Server.Spigot.getSpigotConfig()
-
Uses of YamlConfiguration in org.bukkit.configuration.file
Methods in org.bukkit.configuration.file that return YamlConfigurationModifier and TypeMethodDescriptionYamlConfigurationOptions.configuration()
static @NotNull YamlConfiguration
YamlConfiguration.loadConfiguration
(@NotNull File file) Creates a newYamlConfiguration
, loading from the given file.static @NotNull YamlConfiguration
YamlConfiguration.loadConfiguration
(@NotNull Reader reader) Creates a newYamlConfiguration
, loading from the given reader.Constructors in org.bukkit.configuration.file with parameters of type YamlConfigurationModifierConstructorDescriptionprotected
YamlConfigurationOptions
(@NotNull YamlConfiguration configuration)