Package net.citizensnpcs.api.util
Class YamlStorageWithLists
java.lang.Object
net.citizensnpcs.api.util.YamlStorageWithLists
- All Implemented Interfaces:
Storage
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionYamlStorageWithLists(File file) YamlStorageWithLists(File file, String header) -
Method Summary
-
Constructor Details
-
YamlStorageWithLists
-
YamlStorageWithLists
-
-
Method Details
-
equals
-
getKey
Description copied from interface:StorageReturns aDataKeystarting from the given root. -
hashCode
public int hashCode() -
load
public boolean load()Description copied from interface:StorageLoads data from a file or other location. -
save
public void save()Description copied from interface:StorageSaves the in-memory aspects of the storage to disk. -
toString
-