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

Method Call

src/ChunkSender.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21// cNotifyChunkSender:
22
23void cNotifyChunkSender::Call(int a_ChunkX, int a_ChunkZ)
24{
25 m_ChunkSender->ChunkReady(a_ChunkX, a_ChunkZ);
26}
27
28
29

Callers 2

LightChunkMethod · 0.45
HandleWebadminRequestMethod · 0.45

Calls 1

ChunkReadyMethod · 0.80

Tested by

no test coverage detected