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

Method QueueSetBlock

src/Chunk.cpp:1457–1460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1455
1456
1457void cChunk::QueueSetBlock(int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Int64 a_Tick, BLOCKTYPE a_PreviousBlockType)
1458{
1459 m_SetBlockQueue.push_back(sSetBlockQueueItem(a_RelX, a_RelY, a_RelZ, a_BlockType, a_BlockMeta, a_Tick, a_PreviousBlockType));
1460}
1461
1462
1463

Callers 2

ExtendPistonMethod · 0.45
RetractPistonMethod · 0.45

Calls 1

sSetBlockQueueItemClass · 0.85

Tested by

no test coverage detected