Package me.hsgamer.topper.storage.bundle
Interface DataStorageSupplier
public interface DataStorageSupplier
-
Method Summary
Modifier and TypeMethodDescription<K,
V> DataStorage <K, V> getStorage
(String name, ValueConverter<K, V> valueConverter)
-
Method Details
-
getStorage
-