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 pCategory, ItemLike pChiseledResult, Ingredient pMaterial) protected ShapedRecipeBuilderRecipeProvider.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 ShapedRecipeBuilderRecipeProvider.shaped(RecipeCategory category, ItemStack stack) protected ShapedRecipeBuilderRecipeProvider.shaped(RecipeCategory pCategory, ItemLike pResult) protected ShapedRecipeBuilderRecipeProvider.shaped(RecipeCategory pCategory, ItemLike pResult, int pCount) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> p_365019_, RecipeCategory p_251325_, ItemStack result) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> pItems, RecipeCategory pCategory, ItemLike pResult) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> pItems, RecipeCategory pCategory, ItemLike pResult, int pCount) ShapedRecipeBuilder.showNotification(boolean pShowNotification) ShapedRecipeBuilder.unlockedBy(String p_126133_, Criterion<?> p_301126_)