Bound - Entities (Expression) — SkBee
Addon: SkBee · Category: Expression · Since: 1.15.0
Syntax
[(all [[of] the]|the)] bound %*entitydatas% (of|in|within) %bounds%Description
Get all of the entities within a bound. NOTE: If the chunk in a bound is unloaded, entities will also be unloaded.
Examples
set {_b} to bound with id "my-bound"
loop bound entities in {_b}:
if loop-entity is a cow or pig:
kill loop-entity