Class BuiltinRecipeComponents.Processing

java.lang.Object
com.blamejared.crafttweaker.api.recipe.component.BuiltinRecipeComponents.Processing
Enclosing class:
BuiltinRecipeComponents

public static final class BuiltinRecipeComponents.Processing extends Object
Holds IRecipeComponents representing data used by recipes during their processing.

Examples might be the amount of time required, the consumption rate of a certain resource such as energy, or processing failure chance. The chance for various outputs is not part of processing data. The amount of energy or experience required to begin the process is also not part of processing, rather input. Processing solely indicates things that happen during the recipe execution process.

Since:
10.0.0