Structsยง
- Chunk
Send Entry - Sending a chunk to the user works the following way:
A system like
msg::terrainterrainorterrain_synceither decide to trigger chunk generation, or if the chunk already exists push aChunkSendQueueto the eventbus. Thechunk_serializesystem will coordinate serializing via a SlowJob outside of the tick. On the next tick, thechunk_sendsystem will pick up finished chunks. - Serialized
Chunk