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 ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory. create(ItemConvertible output)
static ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory. create(ItemConvertible output, int outputCount)
ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory. criterion(String string, CriterionConditions criterionConditions)
ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory. group(String string)
ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory. input(ItemConvertible itemProvider)
ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory. input(ItemConvertible itemProvider, int size)
ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory. input(Ingredient ingredient)
ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory. input(Ingredient ingredient, int size)
ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory. input(Tag<Item> tag)