Interface IRecyclingRecipe.Factory<R extends IRecyclingRecipe>

Enclosing interface:
IRecyclingRecipe
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 IRecyclingRecipe.Factory<R extends IRecyclingRecipe>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(net.minecraft.world.item.crafting.Ingredient ingredient, RecyclingOutputs outputs)
     
  • Method Details

    • create

      R create(net.minecraft.world.item.crafting.Ingredient ingredient, RecyclingOutputs outputs)