public static interface ShapelessCraftingRecipe.Builder.ResultStep extends ShapelessCraftingRecipe.Builder
ShapelessCraftingRecipe.Builder.EndStep, ShapelessCraftingRecipe.Builder.ResultStep
Modifier and Type | Method and Description |
---|---|
default ShapelessCraftingRecipe.Builder.EndStep |
result(ItemStack result)
Changes the result and returns this builder.
|
ShapelessCraftingRecipe.Builder.EndStep |
result(ItemStackSnapshot result)
Changes the result and returns this builder.
|
addIngredient
from, reset
ShapelessCraftingRecipe.Builder.EndStep result(ItemStackSnapshot result)
ItemStack
created when the recipe is fulfilled.result
- The resultdefault ShapelessCraftingRecipe.Builder.EndStep result(ItemStack result)
ItemStack
created when the recipe is fulfilled.result
- The result