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 quantity) Adds an ingredient multiple times.Adds an ingredient of the given item.Adds the given ingredient multiple times.static ShapelessRecipeBuilder
ShapelessRecipeBuilder.shapeless
(RecipeCategory p_252339_, ItemStack result) static ShapelessRecipeBuilder
ShapelessRecipeBuilder.shapeless
(RecipeCategory category, ItemLike result) Creates a new builder for a shapeless recipe.static ShapelessRecipeBuilder
ShapelessRecipeBuilder.shapeless
(RecipeCategory category, ItemLike result, int count) Creates a new builder for a shapeless recipe.ShapelessRecipeBuilder.unlockedBy
(String name, Criterion<?> criterion)