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

Method BlockSkyLight

src/BlockArea.cpp:2012–2020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2010
2011
2012void cBlockArea::cChunkReader::BlockSkyLight(const NIBBLETYPE * a_BlockSkyLight)
2013{
2014 if (m_Area.m_BlockSkyLight == NULL)
2015 {
2016 // Don't want skylight
2017 return;
2018 }
2019 CopyNibbles(m_Area.m_BlockSkyLight, a_BlockSkyLight);
2020}
2021
2022
2023

Callers 1

GetAllDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected