Package net.minecraft.data.recipes
Class SmithingTrimRecipeBuilder
java.lang.Object
net.minecraft.data.recipes.SmithingTrimRecipeBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Ingredientprivate final Ingredientprivate final RecipeCategoryprivate final Ingredient -
Constructor Summary
ConstructorsConstructorDescriptionSmithingTrimRecipeBuilder(RecipeCategory pCategory, Ingredient pTemplate, Ingredient pBase, Ingredient pAddition) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidensureValid(ResourceLocation pLocation) voidsave(RecipeOutput pRecipeOutput, ResourceLocation pRecipeId) static SmithingTrimRecipeBuildersmithingTrim(Ingredient pTemplate, Ingredient pBase, Ingredient pAddition, RecipeCategory pCategory)
-
Field Details
-
category
-
template
-
base
-
addition
-
criteria
-
-
Constructor Details
-
SmithingTrimRecipeBuilder
public SmithingTrimRecipeBuilder(RecipeCategory pCategory, Ingredient pTemplate, Ingredient pBase, Ingredient pAddition)
-
-
Method Details
-
smithingTrim
public static SmithingTrimRecipeBuilder smithingTrim(Ingredient pTemplate, Ingredient pBase, Ingredient pAddition, RecipeCategory pCategory) -
unlocks
-
save
-
ensureValid
-