ProcessingOutput
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import mods.createtweaker.ProcessingOutput;
Constructors
Members
Getter
// ProcessingOutput.chance as floatmyProcessingOutput.chance
Return Type:
float
chance() as float
// ProcessingOutput.chance() as float;myProcessingOutput.chance();
Return Type:
float
rollOutput() as IItemStack
Getter
// ProcessingOutput.stack as IItemStackmyProcessingOutput.stack
Return Type:
IItemStack
stack() as IItemStack