Class SmithingTransformRecipeBuilder
java.lang.Object
net.minecraft.data.recipes.SmithingTransformRecipeBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Ingredientprivate final RecipeUnlockAdvancementBuilderprivate final Ingredientprivate final RecipeCategoryprivate final ItemStackTemplateprivate final Ingredient -
Constructor Summary
ConstructorsConstructorDescriptionSmithingTransformRecipeBuilder(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, ItemStackTemplate result) -
Method Summary
Modifier and TypeMethodDescriptionvoidsave(RecipeOutput output, String id) voidsave(RecipeOutput output, ResourceKey<Recipe<?>> id) smithing(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result)
-
Field Details
-
template
-
base
-
addition
-
category
-
result
-
advancementBuilder
-
-
Constructor Details
-
SmithingTransformRecipeBuilder
public SmithingTransformRecipeBuilder(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, ItemStackTemplate result)
-
-
Method Details
-
smithing
public static SmithingTransformRecipeBuilder smithing(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result) -
unlocks
-
save
-
save
-