Uses of Class
net.minecraft.data.server.recipe.ShapelessRecipeJsonFactory
| Package | Description |
|---|---|
| net.minecraft.data.server.recipe |
-
Uses of ShapelessRecipeJsonFactory in net.minecraft.data.server.recipe
Methods in net.minecraft.data.server.recipe that return ShapelessRecipeJsonFactory Modifier and Type Method Description static ShapelessRecipeJsonFactoryShapelessRecipeJsonFactory. create(ItemConvertible output)static ShapelessRecipeJsonFactoryShapelessRecipeJsonFactory. create(ItemConvertible output, int outputCount)ShapelessRecipeJsonFactoryShapelessRecipeJsonFactory. criterion(String string, CriterionConditions criterionConditions)ShapelessRecipeJsonFactoryShapelessRecipeJsonFactory. group(String string)ShapelessRecipeJsonFactoryShapelessRecipeJsonFactory. input(ItemConvertible itemProvider)ShapelessRecipeJsonFactoryShapelessRecipeJsonFactory. input(ItemConvertible itemProvider, int size)ShapelessRecipeJsonFactoryShapelessRecipeJsonFactory. input(Ingredient ingredient)ShapelessRecipeJsonFactoryShapelessRecipeJsonFactory. input(Ingredient ingredient, int size)ShapelessRecipeJsonFactoryShapelessRecipeJsonFactory. input(Tag<Item> tag)