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

Method SetBlock

src/World.cpp:1572–1575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1570
1571
1572void cWorld::SetBlock(int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta)
1573{
1574 m_ChunkMap->SetBlock(*this, a_BlockX, a_BlockY, a_BlockZ, a_BlockType, a_BlockMeta);
1575}
1576
1577
1578

Callers 3

ExtendPistonMethod · 0.45
RetractPistonMethod · 0.45
HandlePlaceBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected