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

Method WriteBlockArea

src/Generating/ChunkDesc.cpp:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245
246
247void cChunkDesc::WriteBlockArea(const cBlockArea & a_BlockArea, int a_RelX, int a_RelY, int a_RelZ, cBlockArea::eMergeStrategy a_MergeStrategy)
248{
249 m_BlockArea.Merge(a_BlockArea, a_RelX, a_RelY, a_RelZ, a_MergeStrategy);
250}
251
252
253

Callers 2

DrawMethod · 0.45
GenFinishMethod · 0.45

Calls 1

MergeMethod · 0.80

Tested by

no test coverage detected