MCPcopy Create free account
hub / github.com/cuberite/cuberite / QueueSaveChunk

Method QueueSaveChunk

src/WorldStorage/WorldStorage.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160
161void cWorldStorage::QueueSaveChunk(int a_ChunkX, int a_ChunkY, int a_ChunkZ)
162{
163 m_SaveQueue.EnqueueItemIfNotPresent(cChunkCoords(a_ChunkX, a_ChunkY, a_ChunkZ));
164 m_Event.Set();
165}
166
167
168

Callers 2

SaveMethod · 0.80
OnChunkGeneratedMethod · 0.80

Calls 3

cChunkCoordsClass · 0.85
SetMethod · 0.45

Tested by

no test coverage detected