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

Method IsChunkValid

src/World.cpp:2291–2294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2289
2290
2291bool cWorld::IsChunkValid(int a_ChunkX, int a_ChunkZ) const
2292{
2293 return m_ChunkMap->IsChunkValid(a_ChunkX, a_ChunkZ);
2294}
2295
2296
2297

Callers 4

SendChunkMethod · 0.45
ExecuteMethod · 0.45
SaveOneChunkMethod · 0.45
LoadChunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected