public static interface ShapedCraftingRecipe.Builder.ResultStep extends ShapedCraftingRecipe.Builder
ShapedCraftingRecipe.Builder.AisleStep, ShapedCraftingRecipe.Builder.EndStep, ShapedCraftingRecipe.Builder.ResultStep, ShapedCraftingRecipe.Builder.RowsStep
Modifier and Type | Method and Description |
---|---|
ShapedCraftingRecipe.Builder.EndStep |
result(ItemStack result)
Sets the resultant
ItemStack for when this shaped recipe
is correctly crafted. |
default ShapedCraftingRecipe.Builder.EndStep |
result(ItemStackSnapshot result)
Sets the resultant
ItemStackSnapshot for when this shaped
recipe is correctly crafted. |
aisle, rows
from, reset
default ShapedCraftingRecipe.Builder.EndStep result(ItemStackSnapshot result)
ItemStackSnapshot
for when this shaped
recipe is correctly crafted.result
- The resultant snapshotShapedCraftingRecipe.Builder.EndStep result(ItemStack result)
ItemStack
for when this shaped recipe
is correctly crafted.result
- The resultant stack