Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2748
void 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
SendChunk
Method · 0.80
HandleDaylightSensor
Method · 0.80
HandleDaylightBurning
Method · 0.80
Calls
1
QueueChunk
Method · 0.80
Tested by
no test coverage detected