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

Method SetWEOffset

src/BlockArea.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300
301void cBlockArea::SetWEOffset(int a_OffsetX, int a_OffsetY, int a_OffsetZ)
302{
303 m_WEOffset.Set(a_OffsetX, a_OffsetY, a_OffsetZ);
304}
305
306
307

Callers 1

LoadFromSchematicNBTMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected