| 28 | |
| 29 | |
| 30 | virtual void OnCancelRightClick(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_BlockFace) override |
| 31 | { |
| 32 | UNUSED(a_ChunkInterface); |
| 33 | a_WorldInterface.SendBlockTo(a_BlockX, a_BlockY, a_BlockZ, a_Player); |
| 34 | } |
| 35 | |
| 36 | |
| 37 | virtual void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) override |
nothing calls this directly
no test coverage detected