Uses of Class
org.bukkit.configuration.MemorySection
Packages that use MemorySection
Package
Description
Classes dedicated to handling a plugin's runtime configuration.
Classes dedicated to facilitating
 
configurations to be read and
 stored on the filesystem.- 
Uses of MemorySection in org.bukkit.configurationSubclasses of MemorySection in org.bukkit.configurationModifier and TypeClassDescriptionclassThis is aConfigurationimplementation that does not save or load from any source, and stores all values in memory only.
- 
Uses of MemorySection in org.bukkit.configuration.fileSubclasses of MemorySection in org.bukkit.configuration.fileModifier and TypeClassDescriptionclassThis is a base class for all File based implementations ofConfigurationclassAn implementation ofConfigurationwhich saves all files in Yaml.