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

Method FastSetBlock

src/ChunkMap.cpp:2928–2932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2926
2927
2928void cChunkMap::FastSetBlock(int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta)
2929{
2930 cCSLock Lock(m_CSFastSetBlock);
2931 m_FastSetBlockQueue.push_back(sSetBlock(a_BlockX, a_BlockY, a_BlockZ, a_BlockType, a_BlockMeta));
2932}
2933
2934
2935

Callers 2

LockedFastSetBlockMethod · 0.45
FastSetBlocksMethod · 0.45

Calls 1

sSetBlockClass · 0.85

Tested by

no test coverage detected