@minecraft/server / TickingArea
Interface: TickingArea ​
Defined in: @minecraft/server/index.d.ts:24968
A context which provides information about a specific ticking area.
Properties ​
boundingBox ​
boundingBox:
BlockBoundingBox
Defined in: @minecraft/server/index.d.ts:24975
Remarks ​
The box which contains all the ticking blocks in the ticking area.
chunkCount ​
chunkCount:
number
Defined in: @minecraft/server/index.d.ts:24981
Remarks ​
The number of chunks that the ticking area contains.
dimension ​
dimension:
Dimension
Defined in: @minecraft/server/index.d.ts:24987
Remarks ​
The dimension the ticking area is located.
identifier ​
identifier:
string
Defined in: @minecraft/server/index.d.ts:24993
Remarks ​
The unique identifier of the ticking area.
isFullyLoaded ​
isFullyLoaded:
boolean
Defined in: @minecraft/server/index.d.ts:25000
Remarks ​
Will be true if all the ticking areas chunks are loaded in ticking and false otherwise.