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 category, ItemLike chiseledResult, Ingredient material) protected static ShapedRecipeBuilder
RecipeProvider.cutBuilder
(RecipeCategory category, ItemLike cutResult, Ingredient material) Adds a key to the recipe pattern.ShapedRecipeBuilder.define
(Character symbol, Ingredient ingredient) 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 category, ItemLike result) Creates a new builder for a shaped recipe.static ShapedRecipeBuilder
ShapedRecipeBuilder.shaped
(RecipeCategory category, ItemLike result, int count) Creates a new builder for a shaped recipe.ShapedRecipeBuilder.showNotification
(boolean showNotification) ShapedRecipeBuilder.unlockedBy
(String name, Criterion<?> criterion)