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

Method GetChunkData

src/World.cpp:2273–2276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2271
2272
2273bool cWorld::GetChunkData(int a_ChunkX, int a_ChunkZ, cChunkDataCallback & a_Callback)
2274{
2275 return m_ChunkMap->GetChunkData(a_ChunkX, a_ChunkZ, a_Callback);
2276}
2277
2278
2279

Callers 2

ReadChunksMethod · 0.45
SendChunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected