Skip to content

@minecraft/server


@minecraft/server / TickingAreaErrorReason

Enumeration: TickingAreaErrorReason ​

Defined in: @minecraft/server/index.d.ts:2807

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

Enumeration Members ​

IdentifierAlreadyExists ​

IdentifierAlreadyExists: "IdentifierAlreadyExists"

Defined in: @minecraft/server/index.d.ts:2813

Remarks ​

Added a ticking area with an identifier that already exists.


OverChunkLimit ​

OverChunkLimit: "OverChunkLimit"

Defined in: @minecraft/server/index.d.ts:2820

Remarks ​

Adding this ticking area pushed the ticking areas over the limit specified by TickingAreaManager.maxChunkCount.


SideLengthExceeded ​

SideLengthExceeded: "SideLengthExceeded"

Defined in: @minecraft/server/index.d.ts:2827

Remarks ​

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


UnknownIdentifier ​

UnknownIdentifier: "UnknownIdentifier"

Defined in: @minecraft/server/index.d.ts:2834

Remarks ​

Tried to remove ticking area with identifier not registered in the TickingAreaManager.