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

Method GetBlockSkyLight

src/World.cpp:1588–1591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1586
1587
1588NIBBLETYPE cWorld::GetBlockSkyLight(int a_X, int a_Y, int a_Z)
1589{
1590 return m_ChunkMap->GetBlockSkyLight(a_X, a_Y, a_Z);
1591}
1592
1593
1594

Callers 3

HandleDaylightSensorMethod · 0.45
MoveToPositionMethod · 0.45
MoveToPositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected