Interface TransferSupplying<D>
- 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
Modifier and TypeFieldDescriptionstatic final SessionAspectType<TransferSupplying>
Aspect for providing support of transfer supply. -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerSuppliers
(@NotNull SupplierHost<D> host) Register suppliers responsible for providing commodities.
-
Field Details
-
TYPE
Aspect for providing support of transfer supply.- Since:
- 5.2.16
-
-
Method Details
-
registerSuppliers
Register suppliers responsible for providing commodities.- Parameters:
host
- The host to register at.- Since:
- 5.2.16
-