Class BuiltinRecipeComponents.Processing
java.lang.Object
com.blamejared.crafttweaker.api.recipe.component.BuiltinRecipeComponents.Processing
- Enclosing class:
BuiltinRecipeComponents
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
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IRecipeComponent<RecipeFunction0D> static final IRecipeComponent<RecipeFunction1D> static final IRecipeComponent<RecipeFunction2D> static final IRecipeComponent<Integer> -
Method Summary
-
Field Details
-
FUNCTION_0D
-
FUNCTION_1D
-
FUNCTION_2D
-
TIME
-