Uses of Interface
me.hsgamer.topper.agent.storage.simple.supplier.DataStorageSupplier
-
-
Uses of DataStorageSupplier in me.hsgamer.topper.agent.storage.simple.builder
Methods in me.hsgamer.topper.agent.storage.simple.builder that return DataStorageSupplier Modifier and Type Method Description DataStorageSupplier<K,V>
DataStorageBuilder. buildSupplier(String type)
-
Uses of DataStorageSupplier in me.hsgamer.topper.agent.storage.simple.supplier
Classes in me.hsgamer.topper.agent.storage.simple.supplier that implement DataStorageSupplier Modifier and Type Class Description class
FlatStorageSupplier<K,V>
class
MySqlStorageSupplier<K,V>
class
NewSqliteStorageSupplier<K,V>
class
SqliteStorageSupplier<K,V>
class
SqlStorageSupplier<K,V>
-
Uses of DataStorageSupplier in me.hsgamer.topper.spigot.agent.storage.simple.supplier
Classes in me.hsgamer.topper.spigot.agent.storage.simple.supplier that implement DataStorageSupplier Modifier and Type Class Description class
ConfigStorageSupplier<K,V>
-
Uses of DataStorageSupplier in me.hsgamer.topper.spigot.plugin.manager
Methods in me.hsgamer.topper.spigot.plugin.manager that return DataStorageSupplier Modifier and Type Method Description DataStorageSupplier<UUID,Double>
TopManager. getStorageSupplier()
-