Preparing search index...
The search index is not available
lazuli-mc - v1.10.0
lazuli-mc
api
ToolOptions
Interface ToolOptions
interface
ToolOptions
{
destroyedAfterEvents
?:
(
(
holder
:
Entity
,
item
:
ItemStack
)
=>
void
)
;
type
?:
ToolType
;
}
Index
Properties
destroyed
After
Events?
type?
Properties
Optional
destroyed
After
Events
destroyed
After
Events
?:
(
(
holder
:
Entity
,
item
:
ItemStack
)
=>
void
)
Trigger events when the tool has been destroyed.
Optional
type
type
?:
ToolType
Type of the tool.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
destroyed
After
Events
type
lazuli-mc - v1.10.0
Loading...
Trigger events when the tool has been destroyed.