Context
constructor(coordinate: CoordinateComponent, matter: CMatter, input: ItemStack, mapped: Map<CoordinateComponent, ItemStack>, recipe: CRecipe, crafterID: UUID, isAsync: Boolean = false)
Parameters
coordinate
Inspection point on a recipe mapping
matter
Inspector
input
Inspection target
mapped
User input items mapping
recipe
A CRecipe what contains a CMatterPredicate who receives this
crafter ID
Crafter UUID
is Async
Called from async or not (since 5.0.17)