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()
Deprecated, for removal: This API element is subject to removal in a future version.Server config options may be renamed or removed without notice.Server.Spigot.getConfig()
Deprecated, for removal: This API element is subject to removal in a future version.Server config options may be renamed or removed without notice.Server.Spigot.getPaperConfig()
Deprecated, for removal: This API element is subject to removal in a future version.Server config options may be renamed or removed without notice.Server.Spigot.getPurpurConfig()
Server.Spigot.getSpigotConfig()
Deprecated, for removal: This API element is subject to removal in a future version.Server config options may be renamed or removed without notice. -
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)