Uses of Interface
net.minecraft.recipe.SingleStackRecipe.RecipeFactory
Packages that use SingleStackRecipe.RecipeFactory
-
Uses of SingleStackRecipe.RecipeFactory in net.minecraft.data.recipe
Fields in net.minecraft.data.recipe declared as SingleStackRecipe.RecipeFactoryModifier and TypeFieldDescriptionprivate final SingleStackRecipe.RecipeFactory<?> StonecuttingRecipeJsonBuilder.recipeFactoryConstructors in net.minecraft.data.recipe with parameters of type SingleStackRecipe.RecipeFactoryModifierConstructorDescriptionStonecuttingRecipeJsonBuilder(RecipeCategory category, SingleStackRecipe.RecipeFactory<?> recipeFactory, Ingredient input, ItemConvertible output, int count) -
Uses of SingleStackRecipe.RecipeFactory in net.minecraft.recipe
Constructors in net.minecraft.recipe with parameters of type SingleStackRecipe.RecipeFactoryModifierConstructorDescriptionprotectedSerializer(SingleStackRecipe.RecipeFactory<T> recipeFactory)