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

Method BlockMeta

src/BlockArea.cpp:1984–1992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1982
1983
1984void cBlockArea::cChunkReader::BlockMeta(const NIBBLETYPE * a_BlockMetas)
1985{
1986 if (m_Area.m_BlockMetas == NULL)
1987 {
1988 // Don't want metas
1989 return;
1990 }
1991 CopyNibbles(m_Area.m_BlockMetas, a_BlockMetas);
1992}
1993
1994
1995

Callers 1

GetAllDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected