Interface ProcessingRecipe.Factory<P extends ProcessingRecipeParams,R extends ProcessingRecipe<?,P>>

All Known Subinterfaces:
ItemApplicationRecipe.Factory<R>, StandardProcessingRecipe.Factory<R>
Enclosing class:
ProcessingRecipe<I extends net.minecraft.world.item.crafting.RecipeInput,P extends ProcessingRecipeParams>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ProcessingRecipe.Factory<P extends ProcessingRecipeParams,R extends ProcessingRecipe<?,P>>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(P params)
     
  • Method Details

    • create

      R create(P params)