MCPcopy 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
2757bool cWorld::IsChunkLighted(int a_ChunkX, int a_ChunkZ)
2758{
2759 return m_ChunkMap->IsChunkLighted(a_ChunkX, a_ChunkZ);
2760}
2761
2762
2763

Callers 3

SendChunkMethod · 0.45
InitializeSpawnMethod · 0.45
HandleDaylightSensorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected