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.getConfig() |
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(InputStream stream)
Deprecated.
does not properly consider encoding
|
static YamlConfiguration |
YamlConfiguration.loadConfiguration(Reader reader)
Creates a new
YamlConfiguration , loading from the given reader. |
Constructor and Description |
---|
YamlConfigurationOptions(YamlConfiguration configuration) |
Copyright © 2016. All rights reserved.