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.static ShapelessRecipeBuilder
ShapelessRecipeBuilder.shapeless
(RecipeCategory p_252339_, ItemStack result) static ShapelessRecipeBuilder
ShapelessRecipeBuilder.shapeless
(RecipeCategory pCategory, ItemLike pResult) Creates a new builder for a shapeless recipe.static ShapelessRecipeBuilder
ShapelessRecipeBuilder.shapeless
(RecipeCategory pCategory, ItemLike pResult, int pCount) Creates a new builder for a shapeless recipe.ShapelessRecipeBuilder.unlockedBy
(String pName, Criterion<?> pCriterion) -
Uses of ShapelessRecipeBuilder in net.neoforged.neoforge.debug.crafting
Subclasses of ShapelessRecipeBuilder in net.neoforged.neoforge.debug.craftingModifier and TypeClassDescription(package private) static class
Methods in net.neoforged.neoforge.debug.crafting that return ShapelessRecipeBuilderModifier and TypeMethodDescriptionstatic ShapelessRecipeBuilder
IngredientTests.CompressedShapelessRecipeBuilder.shapeless
(RecipeCategory category, ItemLike result)