Package | Description |
---|---|
org.bukkit.configuration |
Classes dedicated to handling a plugin's runtime configuration.
|
org.bukkit.configuration.file |
Classes dedicated facilitating
configurations to be read and
stored on the filesystem. |
Modifier and Type | Class | Description |
---|---|---|
class |
MemoryConfiguration |
This is a
Configuration implementation that does not save or load
from any source, and stores all values in memory only. |
Modifier and Type | Class | Description |
---|---|---|
class |
FileConfiguration |
This is a base class for all File based implementations of
Configuration |
class |
YamlConfiguration |
An implementation of
Configuration which saves all files in Yaml. |
Copyright © 2019. All rights reserved.