Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetRelBlockMeta
Method
GetRelBlockMeta
src/BlockArea.cpp:1558–1561 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1556
1557
1558
NIBBLETYPE cBlockArea::GetRelBlockMeta(int a_RelX, int a_RelY, int a_RelZ) const
1559
{
1560
return GetRelNibble(a_RelX, a_RelY, a_RelZ, m_BlockMetas);
1561
}
1562
1563
1564
Callers
2
HandleFarmerPrepareFarmCrops
Method · 0.80
GetBlockMeta
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected