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 ShapedRecipeBuilder
RecipeProvider.chiseledBuilder
(RecipeCategory pCategory, ItemLike pChiseledResult, Ingredient pMaterial) protected 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.protected ShapedRecipeBuilder
RecipeProvider.shaped
(RecipeCategory pCategory, ItemLike pResult) protected ShapedRecipeBuilder
RecipeProvider.shaped
(RecipeCategory pCategory, ItemLike pResult, int pCount) static ShapedRecipeBuilder
ShapedRecipeBuilder.shaped
(HolderGetter<Item> p_365019_, RecipeCategory p_251325_, ItemStack result) static ShapedRecipeBuilder
ShapedRecipeBuilder.shaped
(HolderGetter<Item> pItems, RecipeCategory pCategory, ItemLike pResult) static ShapedRecipeBuilder
ShapedRecipeBuilder.shaped
(HolderGetter<Item> pItems, RecipeCategory pCategory, ItemLike pResult, int pCount) ShapedRecipeBuilder.showNotification
(boolean pShowNotification) ShapedRecipeBuilder.unlockedBy
(String pName, Criterion<?> pCriterion)