Edit

TickingAreaOptions Interface

Options to create a ticking area using the @minecraft/server.TickingAreaManager.

Properties

dimension

dimension: Dimension;

The dimension the ticking area will be in.

Type: Dimension

from

from: Vector3;

Corner block location of the bounding box.

Type: Vector3

to

to: Vector3;

Opposite corner block location of the bounding box.

Type: Vector3