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.FactoryModifierConstructorDescriptionprivateSingleItemRecipeBuilder(RecipeCategory category, SingleItemRecipe.Factory<?> factory, Ingredient ingredient, ItemStackTemplate result) SingleItemRecipeBuilder(RecipeCategory category, SingleItemRecipe.Factory<?> factory, Ingredient ingredient, ItemLike result, int count) -
Uses of SingleItemRecipe.Factory in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting with parameters of type SingleItemRecipe.FactoryModifier and TypeMethodDescriptionstatic <T extends SingleItemRecipe>
com.mojang.serialization.MapCodec<T> SingleItemRecipe.simpleMapCodec(SingleItemRecipe.Factory<T> factory) static <T extends SingleItemRecipe>
StreamCodec<RegistryFriendlyByteBuf, T> SingleItemRecipe.simpleStreamCodec(SingleItemRecipe.Factory<T> factory)