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

Method ForceSendChunkTo

src/World.cpp:2578–2582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2576
2577
2578void cWorld::ForceSendChunkTo(int a_ChunkX, int a_ChunkZ, cClientHandle * a_Client)
2579{
2580 a_Client->AddWantedChunk(a_ChunkX, a_ChunkZ);
2581 m_ChunkSender.QueueSendChunkTo(a_ChunkX, a_ChunkZ, a_Client);
2582}
2583
2584
2585

Callers 1

SetAreaBiomeMethod · 0.80

Calls 2

AddWantedChunkMethod · 0.80
QueueSendChunkToMethod · 0.80

Tested by

no test coverage detected