MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / qSetBlock

Method qSetBlock

Source/World/IBlock_Accessible.h:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16
17 virtual void qSetBlock (int x, int y, int z, CBlock block)
18 {
19 setBlock(x, y, z, block);
20 }
21};
22
23#endif // IBLOCK_ACCESSIBLE_H_INCLUDED

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected