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

Method QueueLightChunk

src/World.cpp:2748–2751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2746
2747
2748void cWorld::QueueLightChunk(int a_ChunkX, int a_ChunkZ, cChunkCoordCallback * a_Callback)
2749{
2750 m_Lighting.QueueChunk(a_ChunkX, a_ChunkZ, a_Callback);
2751}
2752
2753
2754

Callers 3

SendChunkMethod · 0.80
HandleDaylightSensorMethod · 0.80
HandleDaylightBurningMethod · 0.80

Calls 1

QueueChunkMethod · 0.80

Tested by

no test coverage detected