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 ingredient) Adds an ingredient.ShapelessRecipeBuilder.requires(Ingredient ingredient, int count) Adds an ingredient multiple times.Adds an ingredient of the given item.Adds the given ingredient multiple times.protected ShapelessRecipeBuilderRecipeProvider.shapeless(RecipeCategory category, ItemStackTemplate result) protected ShapelessRecipeBuilderRecipeProvider.shapeless(RecipeCategory category, ItemLike item) protected ShapelessRecipeBuilderRecipeProvider.shapeless(RecipeCategory category, ItemLike item, int count) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemStackTemplate result) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemLike item) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemLike item, int count) ShapelessRecipeBuilder.unlockedBy(String name, Criterion<?> criterion)