Taos API Reference
← Docs
Quick-Start Guide
Preparing search index...
block
TickHandler
Type Alias TickHandler
TickHandler
:
(
world
:
BlockWorld
,
x
:
number
,
y
:
number
,
z
:
number
,
blockId
:
number
,
)
=>
void
Invoked for a block at world (x,y,z);
blockId
is the block that scheduled/owns the tick.
Type Declaration
(
world
:
BlockWorld
,
x
:
number
,
y
:
number
,
z
:
number
,
blockId
:
number
)
:
void
Parameters
world
:
BlockWorld
x
:
number
y
:
number
z
:
number
blockId
:
number
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
← Docs
Quick-Start Guide
Taos API Reference
Loading...
Invoked for a block at world (x,y,z);
blockIdis the block that scheduled/owns the tick.