Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ IsChunkLighted
Method
IsChunkLighted
src/World.cpp:2757–2760 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2755
2756
2757
bool cWorld::IsChunkLighted(int a_ChunkX, int a_ChunkZ)
2758
{
2759
return m_ChunkMap->IsChunkLighted(a_ChunkX, a_ChunkZ);
2760
}
2761
2762
2763
Callers
3
SendChunk
Method · 0.45
InitializeSpawn
Method · 0.45
HandleDaylightSensor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected