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 result, Ingredient base) protected ShapedRecipeBuilderRecipeProvider.cutBuilder(RecipeCategory category, ItemLike result, Ingredient base) 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, ItemStackTemplate stack) protected ShapedRecipeBuilderRecipeProvider.shaped(RecipeCategory category, ItemLike item) protected ShapedRecipeBuilderRecipeProvider.shaped(RecipeCategory category, ItemLike item, int count) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> items, RecipeCategory category, ItemStackTemplate result) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> items, RecipeCategory category, ItemLike item) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> items, RecipeCategory category, ItemLike item, int count) ShapedRecipeBuilder.showNotification(boolean showNotification) ShapedRecipeBuilder.unlockedBy(String name, Criterion<?> criterion)