Class ExpandProcessingOutput

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

@ZenRegister public class ExpandProcessingOutput extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Random
     
  • 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 Random
    random(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
  • Field Details

    • random

      public static final Random random
  • 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)
    • random

      public static Random random(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)