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

Method ForEachChunkInRect

src/World.cpp:2766–2769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2764
2765
2766bool cWorld::ForEachChunkInRect(int a_MinChunkX, int a_MaxChunkX, int a_MinChunkZ, int a_MaxChunkZ, cChunkDataCallback & a_Callback)
2767{
2768 return m_ChunkMap->ForEachChunkInRect(a_MinChunkX, a_MaxChunkX, a_MinChunkZ, a_MaxChunkZ, a_Callback);
2769}
2770
2771
2772

Callers 1

ReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected