MCPcopy 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
1558NIBBLETYPE 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

GetBlockMetaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected