Uses of Class
net.minecraft.data.server.recipe.ShapelessRecipeJsonFactory
Packages that use ShapelessRecipeJsonFactory
-
Uses of ShapelessRecipeJsonFactory in net.minecraft.data.server.recipe
Methods in net.minecraft.data.server.recipe that return ShapelessRecipeJsonFactoryModifier and TypeMethodDescriptionstatic ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory.create(ItemConvertible output)
static ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory.create(ItemConvertible output, int outputCount)
ShapelessRecipeJsonFactory.criterion(String string, CriterionConditions criterionConditions)
ShapelessRecipeJsonFactory.input(ItemConvertible itemProvider)
ShapelessRecipeJsonFactory.input(ItemConvertible itemProvider, int size)
ShapelessRecipeJsonFactory.input(Ingredient ingredient)
ShapelessRecipeJsonFactory.input(Ingredient ingredient, int size)