Package dev.prozilla.pine.core.storage
Class SessionStorage
java.lang.Object
dev.prozilla.pine.core.storage.Storage
dev.prozilla.pine.core.storage.SessionStorage
- All Implemented Interfaces:
Destructible,Initializable,Printable,Transceivable<Storage>,Transmittable<Storage>
A key-value store that is reset when the application closes.
-
Field Summary
Fields 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
-
Constructor Details
-
SessionStorage
-
-
Method Details