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

Method OnDigging

src/Blocks/BlockFire.h:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 virtual void OnDigging(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ) override
44 {
45 a_ChunkInterface.DigBlock(a_WorldInterface, a_BlockX, a_BlockY, a_BlockZ);
46 }
47
48 virtual void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) override
49 {

Callers

nothing calls this directly

Calls 1

DigBlockMethod · 0.45

Tested by

no test coverage detected