BlockState - Get (Expression) — SkBee
Addon: SkBee · Category: Expression · Since: 2.13.0
Syntax
[the] (captured|block)[ ]state[s] of %blocks%Description
Get a captured state of a block, which will not change automatically. Unlike Block, which only one object can exist per coordinate, BlockState can exist multiple times for any given Block. This can later be used to update, which will force the block back to this state.
Examples
set {_state} to blockstate of event-block
set event-block to air
wait 1 minute
force update {_state} without physics updates