Uses of Interface
net.minecraft.world.item.crafting.SingleItemRecipe.Factory
Packages that use SingleItemRecipe.Factory
-
Uses of SingleItemRecipe.Factory in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes declared as SingleItemRecipe.FactoryModifier and TypeFieldDescriptionprivate final SingleItemRecipe.Factory<?> SingleItemRecipeBuilder.factoryConstructors in net.minecraft.data.recipes with parameters of type SingleItemRecipe.FactoryModifierConstructorDescriptionSingleItemRecipeBuilder(RecipeCategory category, SingleItemRecipe.Factory<?> factory, Ingredient ingredient, ItemLike result, int count) -
Uses of SingleItemRecipe.Factory in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as SingleItemRecipe.FactoryModifier and TypeFieldDescription(package private) final SingleItemRecipe.Factory<T> SingleItemRecipe.Serializer.factoryConstructors in net.minecraft.world.item.crafting with parameters of type SingleItemRecipe.Factory