Package net.citizensnpcs.api.util
Class YamlStorage
java.lang.Object
net.citizensnpcs.api.util.YamlStorage
- All Implemented Interfaces:
Storage
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
YamlStorage
-
YamlStorage
-
-
Method Details
-
equals
-
getKey
Description copied from interface:Storage
Returns aDataKey
starting from the given root. -
hashCode
public int hashCode() -
load
public boolean load()Description copied from interface:Storage
Loads data from a file or other location. -
save
public void save()Description copied from interface:Storage
Saves the in-memory aspects of the storage to disk. -
toString
-