Class FlatStorageSupplier
java.lang.Object
me.hsgamer.topper.storage.simple.flat.FlatStorageSupplier
- All Implemented Interfaces:
DataStorageSupplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<K,
V> DataStorage <K, V> getStorage
(String name, ValueConverter<K> keyConverter, ValueConverter<V> valueConverter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.hsgamer.topper.storage.simple.supplier.DataStorageSupplier
disable, enable
-
Constructor Details
-
FlatStorageSupplier
-
-
Method Details
-
getStorage
public <K,V> DataStorage<K,V> getStorage(String name, ValueConverter<K> keyConverter, ValueConverter<V> valueConverter) - Specified by:
getStorage
in interfaceDataStorageSupplier
-