Package net.minecraft.data.recipes
Class SmithingTransformRecipeBuilder
java.lang.Object
net.minecraft.data.recipes.SmithingTransformRecipeBuilder
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Ingredientprivate final Ingredientprivate final RecipeCategoryprivate final Itemprivate final Ingredientprivate final RecipeSerializer<?> - 
Constructor Summary
ConstructorsConstructorDescriptionSmithingTransformRecipeBuilder(RecipeSerializer<?> p_266683_, Ingredient p_266973_, Ingredient p_267047_, Ingredient p_267009_, RecipeCategory p_266694_, Item p_267183_)  - 
Method Summary
Modifier and TypeMethodDescriptionprivate voidensureValid(ResourceLocation p_267259_) voidsave(RecipeOutput p_300964_, String p_267035_) voidsave(RecipeOutput p_301024_, ResourceLocation p_267287_) smithing(Ingredient p_267071_, Ingredient p_266959_, Ingredient p_266803_, RecipeCategory p_266757_, Item p_267256_)  
- 
Field Details
- 
template
 - 
base
 - 
addition
 - 
category
 - 
result
 - 
criteria
 - 
type
 
 - 
 - 
Constructor Details
- 
SmithingTransformRecipeBuilder
public SmithingTransformRecipeBuilder(RecipeSerializer<?> p_266683_, Ingredient p_266973_, Ingredient p_267047_, Ingredient p_267009_, RecipeCategory p_266694_, Item p_267183_)  
 - 
 - 
Method Details
- 
smithing
public static SmithingTransformRecipeBuilder smithing(Ingredient p_267071_, Ingredient p_266959_, Ingredient p_266803_, RecipeCategory p_266757_, Item p_267256_)  - 
unlocks
 - 
save
 - 
save
 - 
ensureValid
 
 -