net.minecraft.recipe

public class SmithingTransformRecipe

implements SmithingRecipe

net.minecraft.world.item.crafting.SmithingTransformRecipe
net.minecraft.class_8060
net.minecraft.recipe.SmithingTransformRecipe

Field summary

Modifier and TypeField
private final Optional<Ingredient>
template
field_42030
template
private final Ingredient
base
field_42031
base
private final Optional<Ingredient>
addition
field_42032
addition
private final TransmuteRecipeResult
result
field_42033
result
private IngredientPlacement
placementInfo
field_52605
ingredientPlacement

Constructor summary

ModifierConstructor
public (Optional<Ingredient> template, Ingredient base, Optional<Ingredient> addition, TransmuteRecipeResult result)

Method summary

Modifier and TypeMethod
public ItemStack
assemble(SmithingRecipeInput input, HolderLookup$Provider registries)
method_60000(class_9697 arg0, class_7225$class_7874 arg1)
craft(SmithingRecipeInput arg0, RegistryWrapper$WrapperLookup arg1)
public Optional<Ingredient>
templateIngredient()
method_64722()
template()
public Ingredient
baseIngredient()
method_64723()
base()
public Optional<Ingredient>
additionIngredient()
method_64724()
addition()
public RecipeSerializer<SmithingTransformRecipe>
getSerializer()
method_8119()
getSerializer()
public IngredientPlacement
placementInfo()
method_61671()
getIngredientPlacement()
public List<RecipeDisplay>
display()
method_64664()
getDisplays()
public ItemStack
assemble(RecipeInput input, HolderLookup$Provider registries)
method_8116(class_9695 arg0, class_7225$class_7874 arg1)
craft(RecipeInput arg0, RegistryWrapper$WrapperLookup arg1)