Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ ChunkLoadFailed
Method
ChunkLoadFailed
src/World.cpp:2624–2627 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2622
2623
2624
void cWorld::ChunkLoadFailed(int a_ChunkX, int a_ChunkY, int a_ChunkZ)
2625
{
2626
m_ChunkMap->ChunkLoadFailed(a_ChunkX, a_ChunkY, a_ChunkZ);
2627
}
2628
2629
2630
Callers
1
LoadChunk
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected