Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2569
void 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
StreamChunk
Method · 0.80
Calls
1
QueueSendChunkTo
Method · 0.80
Tested by
no test coverage detected