ChunkObserverManager

Undocumented in source.

Members

Functions

addObserver
void addObserver(ClientId clientId, Volume1D volume)
Undocumented in source. Be warned that the author may not have intended to support it.
addServerObserver
void addServerObserver(ChunkWorldPos cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
changeObserverVolume
void changeObserverVolume(ClientId clientId, Volume1D newVolume)
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.
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.

Variables

changeChunkNumObservers
void delegate(ChunkWorldPos, size_t numObservers) changeChunkNumObservers;
Undocumented in source.

Meta