@minecraft
    正在准备搜索索引...

    枚举 TickingAreaErrorReason实验性

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

    索引

    枚举成员

    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.