Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ SendUnloadChunk
Method
SendUnloadChunk
src/ClientHandle.cpp:2433–2436 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2431
2432
2433
void cClientHandle::SendUnloadChunk(int a_ChunkX, int a_ChunkZ)
2434
{
2435
m_Protocol->SendUnloadChunk(a_ChunkX, a_ChunkZ);
2436
}
2437
2438
2439
Callers
2
StreamChunks
Method · 0.45
MoveToWorld
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected