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.
Implements
CraftingInput
implements the following interfaces:
Members
getItem(col as int, row as int) as ItemStack
Parameters:
col: int
Type: int
row: int
Type: int
Return Type:
ItemStack
getItem(slot as int) as IItemStack
Parameters:
slot: int
Type: int
Return Type:
IItemStack
Getter
Return Type:
int
Getter
Return Type:
int
Getter
Return Type:
bool
Getter
Return Type:
List<IItemStack>
static of(width as int, height as int, items as List<IItemStack>) as CraftingInput
Parameters:
Return Type:
CraftingInput
Getter
Return Type:
int
Getter
Return Type:
int