Type Parameters:
D - The type of supplyable objects.

public interface TransferSupplying<D>
Aspect for providing support of transfer supply.
Since:
5.2.16
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Aspect for providing support of transfer supply.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register suppliers responsible for providing commodities.
  • Field Details

  • Method Details

    • registerSuppliers

      void registerSuppliers(@NotNull @NotNull SupplierHost<D> host)
      Register suppliers responsible for providing commodities.
      Parameters:
      host - The host to register at.
      Since:
      5.2.16