Class CreateRecyclingHelper
java.lang.Object
com.petrolpark.compat.create.util.CreateRecyclingHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final List<com.simibubi.create.content.processing.recipe.ProcessingOutput> asProcessingOutputs(RecyclingOutputs recyclingOutputs) static final Stream<com.simibubi.create.content.processing.recipe.ProcessingOutput> streamAsProcessingOutput(RecyclingOutput recyclingOutput) static final Stream<com.simibubi.create.content.processing.recipe.ProcessingOutput> streamAsProcessingOutputs(RecyclingOutputs recyclingOutputs)
-
Constructor Details
-
CreateRecyclingHelper
public CreateRecyclingHelper()
-
-
Method Details
-
asProcessingOutputs
public static final List<com.simibubi.create.content.processing.recipe.ProcessingOutput> asProcessingOutputs(RecyclingOutputs recyclingOutputs) -
streamAsProcessingOutputs
public static final Stream<com.simibubi.create.content.processing.recipe.ProcessingOutput> streamAsProcessingOutputs(RecyclingOutputs recyclingOutputs) -
streamAsProcessingOutput
public static final Stream<com.simibubi.create.content.processing.recipe.ProcessingOutput> streamAsProcessingOutput(RecyclingOutput recyclingOutput)
-