CraftingInput
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.type.CraftingInput;
Implements
CraftingInput
implements the following interfaces:
Members
getItem(col as int, row as int) as ItemStack
getItem(slot as int) as IItemStack
Getter
// CraftingInput.height as intmyCraftingInput.height
Return Type:
int
Getter
// CraftingInput.ingredientCount as intmyCraftingInput.ingredientCount
Return Type:
int
Getter
// CraftingInput.isEmpty as boolmyCraftingInput.isEmpty
Return Type:
bool
Getter
myCraftingInput.items
Return Type:
List<IItemStack>
static of(width as int, height as int, items as List<IItemStack>) as CraftingInput
Getter
// CraftingInput.size as intmyCraftingInput.size
Return Type:
int
Getter
// CraftingInput.width as intmyCraftingInput.width
Return Type:
int