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
-
Uses of YamlConfiguration in org.bukkit.configuration.file
Modifier and TypeMethodDescriptionYamlConfigurationOptions.configuration()
static YamlConfiguration
YamlConfiguration.loadConfiguration(File file)
Creates a newYamlConfiguration
, loading from the given file.static YamlConfiguration
YamlConfiguration.loadConfiguration(Reader reader)
Creates a newYamlConfiguration
, loading from the given reader.ModifierConstructorDescriptionprotected
YamlConfigurationOptions(YamlConfiguration configuration)