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.
changeObserverBox
void changeObserverBox(ClientId clientId, ChunkWorldPos observerPosition, int viewRadius)
Undocumented in source. Be warned that the author may not have intended to support it.
getChunkObservers
ClientId[] getChunkObservers(ChunkWorldPos cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
getObserverBox
WorldBox getObserverBox(ClientId clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
removeObserver
void removeObserver(ClientId clientId)
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.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

a
string a;
Undocumented in source.
changeChunkNumObservers
void delegate(ChunkWorldPos, size_t numObservers) changeChunkNumObservers;
Undocumented in source.
chunkObserverAdded
void delegate(ChunkWorldPos, ClientId) chunkObserverAdded;
Undocumented in source.
loadQueueSpaceAvaliable
size_t delegate() loadQueueSpaceAvaliable;
Undocumented in source.

Meta