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

Method DoWithChunk

src/World.cpp:1226–1229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1224
1225
1226bool cWorld::DoWithChunk(int a_ChunkX, int a_ChunkZ, cChunkCallback & a_Callback)
1227{
1228 return m_ChunkMap->DoWithChunk(a_ChunkX, a_ChunkZ, a_Callback);
1229}
1230
1231
1232

Callers 2

UpdatePixelMethod · 0.45
TraceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected