Enumeration: TickingAreaErrorReason
errorBeta
抛出 @minecraft/server.TickingAreaError 的原因。
The reason that the @minecraft/server.TickingAreaError was thrown.
Enumeration Members
IdentifierAlreadyExists
IdentifierAlreadyExists:
"IdentifierAlreadyExists"
Beta
Remarks
添加了一个标识符已存在的常加载区域。
Added a ticking area with an identifier that already exists.
OverChunkLimit
OverChunkLimit:
"OverChunkLimit"
Beta
Remarks
添加此常加载区域将常加载区域推过了 TickingAreaManager.maxChunkCount 指定的限制。
Adding this ticking area pushed the ticking areas over the limit specified by TickingAreaManager.maxChunkCount.
SideLengthExceeded
SideLengthExceeded:
"SideLengthExceeded"
Beta
Remarks
超过了常加载区域长度或宽度的 255 个区块限制。
Exceeded the 255 chunk limit for the length or width of the ticking area.
UnknownIdentifier
UnknownIdentifier:
"UnknownIdentifier"
Beta
Remarks
尝试移除在 TickingAreaManager 中未注册标识符的常加载区域。
Tried to remove ticking area with identifier not registered in the TickingAreaManager.
