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

Method GetNumChunks

src/World.cpp:2865–2868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2863
2864
2865int cWorld::GetNumChunks(void) const
2866{
2867 return m_ChunkMap->GetNumChunks();
2868}
2869
2870
2871

Callers 1

GetTotalChunkCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected