Uses of Class
net.minecraft.data.recipes.ShapelessRecipeBuilder
Packages that use ShapelessRecipeBuilder
-
Uses of ShapelessRecipeBuilder in net.minecraft.data.recipes
Methods in net.minecraft.data.recipes that return ShapelessRecipeBuilderModifier and TypeMethodDescriptionAdds an ingredient that can be any item in the given tag.ShapelessRecipeBuilder.requires
(Ingredient pIngredient) Adds an ingredient.ShapelessRecipeBuilder.requires
(Ingredient pIngredient, int pQuantity) Adds an ingredient multiple times.Adds an ingredient of the given item.Adds the given ingredient multiple times.protected ShapelessRecipeBuilder
RecipeProvider.shapeless
(RecipeCategory pCategory, ItemStack pResult) protected ShapelessRecipeBuilder
RecipeProvider.shapeless
(RecipeCategory pCategory, ItemLike pResult) protected ShapelessRecipeBuilder
RecipeProvider.shapeless
(RecipeCategory pCategory, ItemLike pResult, int pCount) static ShapelessRecipeBuilder
ShapelessRecipeBuilder.shapeless
(HolderGetter<Item> pItems, RecipeCategory pCategory, ItemStack pResult) static ShapelessRecipeBuilder
ShapelessRecipeBuilder.shapeless
(HolderGetter<Item> pItems, RecipeCategory pCategory, ItemLike pResult) static ShapelessRecipeBuilder
ShapelessRecipeBuilder.shapeless
(HolderGetter<Item> pItems, RecipeCategory pCategory, ItemLike pResult, int pCount) ShapelessRecipeBuilder.unlockedBy
(String pName, Criterion<?> pCriterion)