Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.configuration.file |
Classes dedicated facilitating
configurations to be read and
stored on the filesystem. |
Modifier and Type | Method and Description |
---|---|
YamlConfiguration |
Server.Spigot.getBukkitConfig() |
YamlConfiguration |
Server.Spigot.getConfig()
Deprecated.
|
YamlConfiguration |
Server.Spigot.getPaperConfig() |
YamlConfiguration |
Server.Spigot.getSpigotConfig() |
Modifier and Type | Method and Description |
---|---|
YamlConfiguration |
YamlConfigurationOptions.configuration() |
static YamlConfiguration |
YamlConfiguration.loadConfiguration(File file)
Creates a new
YamlConfiguration , loading from the given file. |
static YamlConfiguration |
YamlConfiguration.loadConfiguration(Reader reader)
Creates a new
YamlConfiguration , loading from the given reader. |
Constructor and Description |
---|
YamlConfigurationOptions(YamlConfiguration configuration) |
Copyright © 2021. All rights reserved.