Class FabricStorageSupplierTemplate

java.lang.Object
me.hsgamer.topper.fabric.template.FabricStorageSupplierTemplate
All Implemented Interfaces:
me.hsgamer.topper.template.storagesupplier.StorageSupplierTemplate

public class FabricStorageSupplierTemplate 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)
     

    Methods inherited from class java.lang.Object

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

    • FabricStorageSupplierTemplate

      public FabricStorageSupplierTemplate()
  • Method Details

    • 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