Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
CraftingOptions
Interface CraftingOptions
interface
CraftingOptions
{
inventory
:
IInventoryAdapter
;
onCrafted
?:
(
recipe
:
Recipe
)
=>
void
;
onFailed
?:
(
recipe
:
Recipe
|
null
,
reason
:
CraftFailureReason
,
missing
?:
string
[]
,
)
=>
void
;
}
Index
Properties
inventory
on
Crafted?
on
Failed?
Properties
inventory
inventory
:
IInventoryAdapter
Optional
on
Crafted
onCrafted
?:
(
recipe
:
Recipe
)
=>
void
Optional
on
Failed
onFailed
?:
(
recipe
:
Recipe
|
null
,
reason
:
CraftFailureReason
,
missing
?:
string
[]
,
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
inventory
on
Crafted
on
Failed
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...