Class ExpandProcessingRecipe

java.lang.Object
com.blamejared.createtweaker.natives.recipe.ExpandProcessingRecipe

@ZenRegister public class ExpandProcessingRecipe extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<com.simibubi.create.foundation.fluid.FluidIngredient>
    getFluidIngredients(com.simibubi.create.content.processing.recipe.ProcessingRecipe internal)
     
    static List<com.blamejared.crafttweaker.api.fluid.IFluidStack>
    getFluidResults(com.simibubi.create.content.processing.recipe.ProcessingRecipe internal)
     
    static int
    getProcessingDuration(com.simibubi.create.content.processing.recipe.ProcessingRecipe internal)
     
    static com.simibubi.create.content.processing.recipe.HeatCondition
    getRequiredHeat(com.simibubi.create.content.processing.recipe.ProcessingRecipe internal)
     
    static List<com.simibubi.create.content.processing.recipe.ProcessingOutput>
    getRollableResults(com.simibubi.create.content.processing.recipe.ProcessingRecipe internal)
     
    static List<com.blamejared.crafttweaker.api.item.IItemStack>
    getRollableResultsAsItemStacks(com.simibubi.create.content.processing.recipe.ProcessingRecipe internal)
     
    static List<com.blamejared.crafttweaker.api.item.IItemStack>
    rollResults(com.simibubi.create.content.processing.recipe.ProcessingRecipe internal)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandProcessingRecipe

      public ExpandProcessingRecipe()
  • Method Details

    • getFluidIngredients

      public static List<com.simibubi.create.foundation.fluid.FluidIngredient> getFluidIngredients(com.simibubi.create.content.processing.recipe.ProcessingRecipe internal)
    • getRollableResults

      public static List<com.simibubi.create.content.processing.recipe.ProcessingOutput> getRollableResults(com.simibubi.create.content.processing.recipe.ProcessingRecipe internal)
    • getFluidResults

      public static List<com.blamejared.crafttweaker.api.fluid.IFluidStack> getFluidResults(com.simibubi.create.content.processing.recipe.ProcessingRecipe internal)
    • getRollableResultsAsItemStacks

      public static List<com.blamejared.crafttweaker.api.item.IItemStack> getRollableResultsAsItemStacks(com.simibubi.create.content.processing.recipe.ProcessingRecipe internal)
    • rollResults

      public static List<com.blamejared.crafttweaker.api.item.IItemStack> rollResults(com.simibubi.create.content.processing.recipe.ProcessingRecipe internal)
    • getProcessingDuration

      public static int getProcessingDuration(com.simibubi.create.content.processing.recipe.ProcessingRecipe internal)
    • getRequiredHeat

      public static com.simibubi.create.content.processing.recipe.HeatCondition getRequiredHeat(com.simibubi.create.content.processing.recipe.ProcessingRecipe internal)