| 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 and Description |
|---|---|
YamlConfiguration |
Server.Spigot.getBukkitConfig() |
YamlConfiguration |
Server.Spigot.getConfig() |
YamlConfiguration |
Server.Spigot.getPaperConfig() |
YamlConfiguration |
Server.Spigot.getSpigotConfig() |
| Modifier and Type | Method and 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 and Description |
|---|
YamlConfigurationOptions(@NotNull YamlConfiguration configuration) |
Copyright © 2021. All rights reserved.