Class ExpandProcessingOutput

java.lang.Object
com.blamejared.createtweaker.natives.ExpandProcessingOutput

@ZenRegister public class ExpandProcessingOutput extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static float
    getChance(com.simibubi.create.content.processing.recipe.ProcessingOutput internal)
     
    static com.blamejared.crafttweaker.api.item.IItemStack
    getStack(com.simibubi.create.content.processing.recipe.ProcessingOutput internal)
     
    static com.blamejared.crafttweaker.api.item.IItemStack
    rollOutput(com.simibubi.create.content.processing.recipe.ProcessingOutput internal)
     

    Methods inherited from class java.lang.Object

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

    • ExpandProcessingOutput

      public ExpandProcessingOutput()
  • Method Details

    • getStack

      public static com.blamejared.crafttweaker.api.item.IItemStack getStack(com.simibubi.create.content.processing.recipe.ProcessingOutput internal)
    • getChance

      public static float getChance(com.simibubi.create.content.processing.recipe.ProcessingOutput internal)
    • rollOutput

      public static com.blamejared.crafttweaker.api.item.IItemStack rollOutput(com.simibubi.create.content.processing.recipe.ProcessingOutput internal)