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

Method BlockLight

src/BlockArea.cpp:1998–2006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1996
1997
1998void cBlockArea::cChunkReader::BlockLight(const NIBBLETYPE * a_BlockLight)
1999{
2000 if (m_Area.m_BlockLight == NULL)
2001 {
2002 // Don't want light
2003 return;
2004 }
2005 CopyNibbles(m_Area.m_BlockLight, a_BlockLight);
2006}
2007
2008
2009

Callers 1

GetAllDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected