Class CompositeGridInsertionStrategy
java.lang.Object
com.refinedmods.refinedstorage.common.grid.strategy.CompositeGridInsertionStrategy
- All Implemented Interfaces:
GridInsertionStrategy
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeGridInsertionStrategy
(GridInsertionStrategy defaultStrategy, List<GridInsertionStrategy> alternativeStrategies) -
Method Summary
Modifier and TypeMethodDescriptionboolean
onInsert
(GridInsertMode insertMode, boolean tryAlternatives) boolean
onTransfer
(int slotIndex)
-
Constructor Details
-
CompositeGridInsertionStrategy
public CompositeGridInsertionStrategy(GridInsertionStrategy defaultStrategy, List<GridInsertionStrategy> alternativeStrategies)
-
-
Method Details
-
onInsert
- Specified by:
onInsert
in interfaceGridInsertionStrategy
-
onTransfer
public boolean onTransfer(int slotIndex) - Specified by:
onTransfer
in interfaceGridInsertionStrategy
-