| Package | Description |
|---|---|
| org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
| org.bukkit.configuration.file |
Classes dedicated to facilitating
configurations to be read and
stored on the filesystem. |
| Modifier and Type | Method | Description |
|---|---|---|
YamlConfiguration |
Server.Spigot.getConfig() |
| Modifier and Type | Method | Description |
|---|---|---|
@NotNull YamlConfiguration |
YamlConfigurationOptions.configuration() |
|
static @NotNull YamlConfiguration |
YamlConfiguration.loadConfiguration(@NotNull File file) |
Creates a new
YamlConfiguration, loading from the given file. |
static @NotNull YamlConfiguration |
YamlConfiguration.loadConfiguration(@NotNull Reader reader) |
Creates a new
YamlConfiguration, loading from the given reader. |
| Constructor | Description |
|---|---|
YamlConfigurationOptions(@NotNull YamlConfiguration configuration) |
Copyright © 2020. All rights reserved.