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.factory
Constructors in net.minecraft.data.recipes with parameters of type SingleItemRecipe.FactoryModifierConstructorDescriptionSingleItemRecipeBuilder
(RecipeCategory pCategory, SingleItemRecipe.Factory<?> pFactory, Ingredient pIngredient, ItemLike pResult, int pCount) -
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.factory
Constructors in net.minecraft.world.item.crafting with parameters of type SingleItemRecipe.Factory