Interface DeployerRecipeFunction

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @ZenRegister public interface DeployerRecipeFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.simibubi.create.content.processing.recipe.ProcessingOutput>
    process(List<com.simibubi.create.content.processing.recipe.ProcessingOutput> usualOut)
     
  • Method Details

    • process

      List<com.simibubi.create.content.processing.recipe.ProcessingOutput> process(List<com.simibubi.create.content.processing.recipe.ProcessingOutput> usualOut)