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

Method GetBlockLight

src/BlockArea.cpp:1585–1588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1583
1584
1585NIBBLETYPE cBlockArea::GetBlockLight(int a_BlockX, int a_BlockY, int a_BlockZ) const
1586{
1587 return GetNibble(a_BlockX, a_BlockY, a_BlockZ, m_BlockLight);
1588}
1589
1590
1591

Callers 5

CanSpawnHereMethod · 0.45
GetBlockBlockLightMethod · 0.45
OnUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected