EntityObserverManager

Undocumented in source.

Members

Functions

addEntity
void addEntity(EntityId eid, ChunkWorldPos cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
removeEntity
void removeEntity(EntityId eid)
Undocumented in source. Be warned that the author may not have intended to support it.
sendEntitiesToObservers
void sendEntitiesToObservers()
Undocumented in source. Be warned that the author may not have intended to support it.
updateEntityPos
void updateEntityPos(EntityId eid, ChunkWorldPos newCwp)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

chunkObserverManager
ChunkObserverManager chunkObserverManager;
Undocumented in source.
chunkToEntitySet
HashMap!(ulong, IntKeyHashSet!EntityId) chunkToEntitySet;
Undocumented in source.
connection
NetServerPlugin connection;
Undocumented in source.
eman
EntityManager* eman;
Undocumented in source.
entityToChunk
HashMap!(EntityId, ChunkWorldPos) entityToChunk;
Undocumented in source.
netSaver
NetworkSaver netSaver;
Undocumented in source.

Meta