| 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 | { |