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 ShapelessRecipeBuilderRecipeProvider.shapeless(RecipeCategory pCategory, ItemStack pResult) protected ShapelessRecipeBuilderRecipeProvider.shapeless(RecipeCategory pCategory, ItemLike pResult) protected ShapelessRecipeBuilderRecipeProvider.shapeless(RecipeCategory pCategory, ItemLike pResult, int pCount) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> pItems, RecipeCategory pCategory, ItemStack pResult) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> pItems, RecipeCategory pCategory, ItemLike pResult) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> pItems, RecipeCategory pCategory, ItemLike pResult, int pCount) ShapelessRecipeBuilder.unlockedBy(String p_176781_, Criterion<?> p_300897_)