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 ShapedRecipeBuilderRecipeProvider.chiseledBuilder(RecipeCategory category, ItemLike chiseledResult, Ingredient material) protected ShapedRecipeBuilderRecipeProvider.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.protected ShapedRecipeBuilderRecipeProvider.shaped(RecipeCategory category, ItemLike result) protected ShapedRecipeBuilderRecipeProvider.shaped(RecipeCategory category, ItemLike result, int count) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> p_365019_, RecipeCategory p_251325_, ItemStack result) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> items, RecipeCategory category, ItemLike result) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> items, RecipeCategory category, ItemLike result, int count) ShapedRecipeBuilder.showNotification(boolean showNotification) ShapedRecipeBuilder.unlockedBy(String p_126133_, Criterion<?> p_301126_)