Interface ActionHandler.InserterActionHandler
- All Superinterfaces:
 ActionHandler
- Enclosing interface:
 - ActionHandler
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface ActionHandler
ActionHandler.ExtenderActionHandler, ActionHandler.GrouperActionHandler, ActionHandler.InserterActionHandler, ActionHandler.SorterActionHandler - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddFragment(ItemForest fragment, StructurePosition to, StructureGenerator.HandlingContext context) voidmoveRow(StructureRow row, StructurePosition to, StructureGenerator.HandlingContext context) voidremoveRow(StructureRow row, StructureGenerator.HandlingContext context)  
- 
Method Details
- 
addFragment
void addFragment(@NotNull ItemForest fragment, @NotNull StructurePosition to, @NotNull StructureGenerator.HandlingContext context)  - 
moveRow
void moveRow(@NotNull StructureRow row, @NotNull StructurePosition to, @NotNull StructureGenerator.HandlingContext context)  - 
removeRow
 - 
getAddOptionDescription
 - 
getMoveOptionDescription
 
 -