public static interface ActionHandler.InserterActionHandler extends ActionHandler
ActionHandler.ExtenderActionHandler, ActionHandler.GrouperActionHandler, ActionHandler.InserterActionHandler, ActionHandler.SorterActionHandler| Modifier and Type | Method and Description |
|---|---|
void |
addFragment(ItemForest fragment,
StructurePosition to,
StructureGenerator.HandlingContext context) |
String |
getAddOptionDescription() |
String |
getMoveOptionDescription() |
void |
moveRow(StructureRow row,
StructurePosition to,
StructureGenerator.HandlingContext context) |
void |
removeRow(StructureRow row,
StructureGenerator.HandlingContext context) |
void addFragment(@NotNull
ItemForest fragment,
@NotNull
StructurePosition to,
@NotNull
StructureGenerator.HandlingContext context)
void moveRow(@NotNull
StructureRow row,
@NotNull
StructurePosition to,
@NotNull
StructureGenerator.HandlingContext context)
void removeRow(@NotNull
StructureRow row,
@NotNull
StructureGenerator.HandlingContext context)
@NotNull String getAddOptionDescription()
@NotNull String getMoveOptionDescription()
Copyright © 2021 ALM Works. All Rights Reserved.