Package net.citizensnpcs.api.util
Class YamlStorageWithLists
java.lang.Object
net.citizensnpcs.api.util.YamlStorageWithLists
- All Implemented Interfaces:
Storage
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionYamlStorageWithLists
(File file) YamlStorageWithLists
(File file, String header) -
Method Summary
-
Constructor Details
-
YamlStorageWithLists
-
YamlStorageWithLists
-
-
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
-