Class IngredientTests.CompressedShapelessRecipeBuilder
java.lang.Object
net.minecraft.data.recipes.ShapelessRecipeBuilder
net.neoforged.neoforge.debug.crafting.IngredientTests.CompressedShapelessRecipeBuilder
- All Implemented Interfaces:
RecipeBuilder
- Enclosing class:
IngredientTests
-
Field Summary
Fields inherited from interface net.minecraft.data.recipes.RecipeBuilder
ROOT_RECIPE_ADVANCEMENT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
save
(RecipeOutput recipeOutput, ResourceLocation location) static ShapelessRecipeBuilder
shapeless
(RecipeCategory category, ItemLike result) Methods inherited from class net.minecraft.data.recipes.ShapelessRecipeBuilder
getResult, group, requires, requires, requires, requires, requires, shapeless, shapeless, unlockedBy
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.data.recipes.RecipeBuilder
save, save
-
Constructor Details
-
CompressedShapelessRecipeBuilder
-
-
Method Details
-
save
- Specified by:
save
in interfaceRecipeBuilder
- Overrides:
save
in classShapelessRecipeBuilder
-
shapeless
-