Server

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

getBlock
BlockId getBlock(BlockWorldPos bwp)
Undocumented in source. Be warned that the author may not have intended to support it.
onChunkLoaded
void onChunkLoaded(ChunkWorldPos cwp, ChunkDataSnapshot snap)
Undocumented in source. Be warned that the author may not have intended to support it.
onClientConnected
void onClientConnected(Client* client)
Undocumented in source. Be warned that the author may not have intended to support it.
onClientDisconnected
void onClientDisconnected(Client* client)
Undocumented in source. Be warned that the author may not have intended to support it.
postUpdate
void postUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
preUpdate
void preUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save()
Undocumented in source. Be warned that the author may not have intended to support it.
sendChanges
void sendChanges(ChunkWorldPos cwp, BlockChange[] changes)
Undocumented in source. Be warned that the author may not have intended to support it.
setBlock
bool setBlock(BlockWorldPos bwp, BlockId blockId)
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

chunkManager
ChunkManager chunkManager;
Undocumented in source.
chunkObserverManager
ChunkObserverManager chunkObserverManager;
Undocumented in source.
clientMap
Client*[ClientId] clientMap;
Undocumented in source.
currentTime
Timestamp currentTime;
Undocumented in source.
inmemStorage
ChunkInMemoryStorage inmemStorage;
Undocumented in source.
worldAccess
WorldAccess worldAccess;
Undocumented in source.

Meta