Package dev.prozilla.pine.core.storage
Class LocalStorage
java.lang.Object
dev.prozilla.pine.core.storage.Storage
dev.prozilla.pine.core.storage.LocalStorage
- All Implemented Interfaces:
Destructible,Initializable,Printable,Transceivable<Storage>,Transmittable<Storage>
A key-value store that is saved as a properties file on the user's system.
-
Field Summary
FieldsFields inherited from class dev.prozilla.pine.core.storage.Storage
application, config, isInitialized, items -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.prozilla.pine.core.storage.Storage
clear, destroy, getBoolean, getColor, getDimension, getDualDimension, getFloat, getInt, getItem, getItem, getItem, getLogger, getVector2f, getVector2i, getVector3f, getVector3i, getVector4f, getVector4i, hasItem, init, items, keys, overwrite, print, removeAll, removeItem, self, setItem, setItem, setItems, setItems, shouldLoad, shouldSave, size, toString, transmit, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface dev.prozilla.pine.common.Transceivable
receive
-
Field Details
-
FILE_NAME
- See Also:
-
-
Constructor Details
-
LocalStorage
-
-
Method Details