Class ExpandProcessingOutput
java.lang.Object
com.blamejared.createtweaker.natives.ExpandProcessingOutput
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic floatgetChance(com.simibubi.create.content.processing.recipe.ProcessingOutput internal) static com.blamejared.crafttweaker.api.item.IItemStackgetStack(com.simibubi.create.content.processing.recipe.ProcessingOutput internal) static Randomrandom(com.simibubi.create.content.processing.recipe.ProcessingOutput internal) static com.blamejared.crafttweaker.api.item.IItemStackrollOutput(com.simibubi.create.content.processing.recipe.ProcessingOutput internal)
-
Field Details
-
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)
-