Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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