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 TypeMethodDescriptionvoid
addFragment
(ItemForest fragment, StructurePosition to, StructureGenerator.HandlingContext context) void
moveRow
(StructureRow row, StructurePosition to, StructureGenerator.HandlingContext context) void
removeRow
(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
-