Edit

TickingAreaErrorReason Enumeration

The reason that the {@link @minecraft/server.TickingAreaError} was thrown.

Constants

IdentifierAlreadyExists

IdentifierAlreadyExists = "IdentifierAlreadyExists"

Added a ticking area with an identifier that already exists.

OverChunkLimit

OverChunkLimit = "OverChunkLimit"

Adding this ticking area pushed the ticking areas over the limit specified by @minecraft/server.TickingAreaManager.maxChunkCount.

SideLengthExceeded

SideLengthExceeded = "SideLengthExceeded"

Exceeded the 255 chunk limit for the length or width of the ticking area.

UnknownIdentifier

UnknownIdentifier = "UnknownIdentifier"

Tried to remove ticking area with identifier not registered in the @minecraft/server.TickingAreaManager.