Package net.citizensnpcs.api.util
Class YamlStorage
java.lang.Object
net.citizensnpcs.api.util.YamlStorage
- All Implemented Interfaces:
- Storage
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
YamlStorage
- 
YamlStorage
 
- 
- 
Method Details- 
equals
- 
getKeyDescription copied from interface:StorageReturns aDataKeystarting from the given root.
- 
hashCodepublic int hashCode()
- 
loadpublic boolean load()Description copied from interface:StorageLoads data from a file or other location.
- 
savepublic void save()Description copied from interface:StorageSaves the in-memory aspects of the storage to disk.
- 
toString
 
-