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

Method SendChunkTo

src/World.cpp:2569–2572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2567
2568
2569void cWorld::SendChunkTo(int a_ChunkX, int a_ChunkZ, cClientHandle * a_Client)
2570{
2571 m_ChunkSender.QueueSendChunkTo(a_ChunkX, a_ChunkZ, a_Client);
2572}
2573
2574
2575

Callers 1

StreamChunkMethod · 0.80

Calls 1

QueueSendChunkToMethod · 0.80

Tested by

no test coverage detected