Uses of Class
org.bukkit.configuration.file.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
Modifier and TypeMethodDescriptionServer.Spigot.getBukkitConfig()
Server.Spigot.getConfig()
Server.Spigot.getPaperConfig()
Server.Spigot.getSpigotConfig()
-
Uses of YamlConfiguration in org.bukkit.configuration.file
Modifier 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.ModifierConstructorDescriptionprotected
YamlConfigurationOptions
(@NotNull YamlConfiguration configuration)