Package appeng.api.behaviors
Interface StackExportStrategy
@Experimental
public interface StackExportStrategy
Strategy to export stacks into adjacent blocks from the grid. Used by the export bus.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlong
push
(AEKey what, long maxAmount, Actionable mode) Tries inserting into the adjacent inventory and returns the amount that was pushed.static void
register
(AEKeyType type, StackExportStrategy.Factory factory) long
transfer
(StackTransferContext context, AEKey what, long maxAmount) Transfer from the network inventory in to the external inventory this strategy was created for.
-
Method Details
-
transfer
Transfer from the network inventory in to the external inventory this strategy was created for. -
push
Tries inserting into the adjacent inventory and returns the amount that was pushed. -
register
-