Class SpigotStorageSupplierTemplate

java.lang.Object
me.hsgamer.topper.spigot.template.storagesupplier.SpigotStorageSupplierTemplate
All Implemented Interfaces:
me.hsgamer.topper.template.storagesupplier.StorageSupplierTemplate

public abstract class SpigotStorageSupplierTemplate extends Object implements me.hsgamer.topper.template.storagesupplier.StorageSupplierTemplate
  • Nested Class Summary

    Nested classes/interfaces inherited from interface me.hsgamer.topper.template.storagesupplier.StorageSupplierTemplate

    me.hsgamer.topper.template.storagesupplier.StorageSupplierTemplate.Settings
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    me.hsgamer.topper.template.storagesupplier.storage.DataStorageSupplier
    getDataStorageSupplier(me.hsgamer.topper.template.storagesupplier.StorageSupplierTemplate.Settings settings)
     
    abstract me.hsgamer.hscore.database.client.sql.SqlClient<?>
    getSqlClient(me.hsgamer.hscore.database.Setting setting)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SpigotStorageSupplierTemplate

      public SpigotStorageSupplierTemplate()
  • Method Details

    • getSqlClient

      public abstract me.hsgamer.hscore.database.client.sql.SqlClient<?> getSqlClient(me.hsgamer.hscore.database.Setting setting)
    • getDataStorageSupplier

      public me.hsgamer.topper.template.storagesupplier.storage.DataStorageSupplier getDataStorageSupplier(me.hsgamer.topper.template.storagesupplier.StorageSupplierTemplate.Settings settings)
      Specified by:
      getDataStorageSupplier in interface me.hsgamer.topper.template.storagesupplier.StorageSupplierTemplate