Bound - Blocks (Expression) — SkBee
Addon: SkBee · Category: Expression · Since: 1.0.0
Syntax
[(all [[of] the]|the)] bound blocks within %bound%Description
Get all of the blocks within a bound.
Examples
set {_blocks::*} to all blocks within bound {bound}
set {_blocks::*} to bound blocks within bound with id "le-bound"
set all bound blocks within {bound} to stone
loop all bound blocks within {bound}:
if loop-block is stone:
set loop-block to grass