Structs§
- A message buffer of global messages (
G
) and local messages (L
) meant for consumption by clients. Local messages are those that have some spatial component to them and implement theGetChunkPos
trait. Local messages are placed in a bounding volume hierarchy for fast queries viaSelf::query_local
. Global messages do not necessarily have a spatial component and all globals will be visited when usingSelf::iter_global
.