Package net.minestom.server.storage
-
Interface Summary Interface Description StorageSystem Represents a way of storing data by key/value. -
Class Summary Class Description StorageLocation Represents an area which contain data.StorageManager Manager used to retrieveStorageLocation
withStorageManager.getLocation(String, StorageOptions, StorageSystem)
and define the defaultStorageSystem
withStorageManager.defineDefaultStorageSystem(Supplier)
.StorageOptions