ChunkObserverManager

Undocumented in source.

Members

Functions

addServerObserver
void addServerObserver(ChunkWorldPos cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
addServerObserverBox
void addServerObserverBox(WorldBox box, Box dimBorders)
Undocumented in source. Be warned that the author may not have intended to support it.
changeObserverBox
void changeObserverBox(SessionId sessionId, ChunkWorldPos observerPosition, int viewRadius, Box dimBorders)
Undocumented in source. Be warned that the author may not have intended to support it.
changeObserverBox
void changeObserverBox(SessionId sessionId, WorldBox newBox)
Undocumented in source. Be warned that the author may not have intended to support it.
getChunkObservers
SessionId[] getChunkObservers(ChunkWorldPos cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
removeObserver
void removeObserver(SessionId sessionId)
Undocumented in source. Be warned that the author may not have intended to support it.
removeServerObserver
void removeServerObserver(ChunkWorldPos cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
removeServerObserverBox
void removeServerObserverBox(WorldBox box, Box dimBorders)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

chunkObserverAddedHandler
void delegate(ChunkWorldPos, SessionId) chunkObserverAddedHandler;
Undocumented in source.
loadChunkHandler
void delegate(ChunkWorldPos) loadChunkHandler;
Undocumented in source.
unloadChunkHandler
void delegate(ChunkWorldPos) unloadChunkHandler;
Undocumented in source.
viewBoxes
ViewBoxes viewBoxes;
Undocumented in source.

Meta