Script API - v1.21.130.26
    Preparing search index...

    Enumeration TickingAreaErrorReasonBeta

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

    Index

    Enumeration Members

    IdentifierAlreadyExists: "IdentifierAlreadyExists"

    Added a ticking area with an identifier that already exists.

    OverChunkLimit: "OverChunkLimit"

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

    SideLengthExceeded: "SideLengthExceeded"

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

    UnknownIdentifier: "UnknownIdentifier"

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