Interface TransferSupplying
public interface TransferSupplying
Aspect providing generic means to supply transfers by arbitrary sources.
- Since:
- 4.2.405
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AspectType<TransferSupplying>
The aspect's technical type being used to request the aspect from aAspectable
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerSuppliers
(@NotNull SupplierHost host) Register suppliers responsible for providing commodities.
-
Field Details
-
TYPE
The aspect's technical type being used to request the aspect from aAspectable
.- Since:
- 4.2.405
-
-
Method Details
-
registerSuppliers
Register suppliers responsible for providing commodities.- Parameters:
host
- The host to register at.- Since:
- 4.2.405
-