Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1585
NIBBLETYPE 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
CanSpawnHere
Method · 0.45
GetBlockBlockLight
Method · 0.45
UnboundedRelGetBlockBlockLight
Method · 0.45
UnboundedRelGetBlockLights
Method · 0.45
OnUpdate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected