PrivateconstructorReadonlychunkThis property can't be read in early-execution mode.
ReadonlymaxThe maximum number of allowed ticking chunks. Overlapping ticking area chunks do count towards total.
This property can't be read in early-execution mode.
Creates a ticking area. Promise will return when all the chunks in the area are loaded and ticking.
This function can't be called in restricted-execution mode.
This function can't be called in early-execution mode.
Gets all ticking areas added by this manager.
This function can't be called in restricted-execution mode.
This function can't be called in early-execution mode.
Tries to get specific ticking area by identifier.
This function can't be called in restricted-execution mode.
This function can't be called in early-execution mode.
Returns true if the manager has enough chunk capacity for the ticking area and false otherwise. Will also return false if the length or width exceeds the 255 chunk limit.
This function can't be called in restricted-execution mode.
This function can't be called in early-execution mode.
Returns true if the identifier is already in the manager and false otherwise.
This function can't be called in restricted-execution mode.
This function can't be called in early-execution mode.
Removes all ticking areas added by this manager.
This function can't be called in restricted-execution mode.
This function can't be called in early-execution mode.
Removes specific ticking area by unique identifier.
This function can't be called in restricted-execution mode.
This function can't be called in early-execution mode.
This manager is used to add, remove or query temporary ticking areas to a dimension. These ticking areas are limited by a fixed amount of ticking chunks per pack independent of the command limits. Cannot modify or query ticking areas added by other packs or commands.