MCPcopy 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
2433void cClientHandle::SendUnloadChunk(int a_ChunkX, int a_ChunkZ)
2434{
2435 m_Protocol->SendUnloadChunk(a_ChunkX, a_ChunkZ);
2436}
2437
2438
2439

Callers 2

StreamChunksMethod · 0.45
MoveToWorldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected