Uses of Class
net.minecraft.data.recipes.ShapedRecipeBuilder
Packages that use ShapedRecipeBuilder
-
Uses of ShapedRecipeBuilder in net.minecraft.data.recipes
Methods in net.minecraft.data.recipes that return ShapedRecipeBuilderModifier and TypeMethodDescriptionprotected static ShapedRecipeBuilder
RecipeProvider.chiseledBuilder
(RecipeCategory pCategory, ItemLike pChiseledResult, Ingredient pMaterial) protected static ShapedRecipeBuilder
RecipeProvider.cutBuilder
(RecipeCategory pCategory, ItemLike pCutResult, Ingredient pMaterial) Adds a key to the recipe pattern.ShapedRecipeBuilder.define
(Character pSymbol, Ingredient pIngredient) Adds a key to the recipe pattern.Adds a key to the recipe pattern.Adds a new entry to the patterns for this recipe.static ShapedRecipeBuilder
ShapedRecipeBuilder.shaped
(RecipeCategory p_251325_, ItemStack result) static ShapedRecipeBuilder
ShapedRecipeBuilder.shaped
(RecipeCategory pCategory, ItemLike pResult) Creates a new builder for a shaped recipe.static ShapedRecipeBuilder
ShapedRecipeBuilder.shaped
(RecipeCategory pCategory, ItemLike pResult, int pCount) Creates a new builder for a shaped recipe.ShapedRecipeBuilder.showNotification
(boolean pShowNotification) ShapedRecipeBuilder.unlockedBy
(String pName, Criterion<?> pCriterion)