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 | Description |
---|---|---|
YamlConfiguration |
Server.Spigot.getConfig() |
Modifier and Type | Method | 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 | Description |
---|---|
YamlConfigurationOptions(YamlConfiguration configuration) |
Copyright © 2019. All rights reserved.