RecipeInput
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 crafttweaker.api.recipe.input.RecipeInput;
Members
getItem(slot as int) as IItemStack
Getter
// RecipeInput.isEmpty as boolmyRecipeInput.isEmpty
Return Type:
bool
Getter
// RecipeInput.size as intmyRecipeInput.size
Return Type:
int