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

Method DoesIgnoreBuildCollision

src/Blocks/BlockHandler.cpp:419–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417
418
419bool cBlockHandler::DoesIgnoreBuildCollision(void)
420{
421 return (m_BlockType == E_BLOCK_AIR);
422}
423
424
425

Callers 1

HandlePlaceBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected