(BlockPos pos)
| 406 | } |
| 407 | |
| 408 | public boolean setBlockToAir(BlockPos pos) |
| 409 | { |
| 410 | return this.setBlockState(pos, Blocks.air.getDefaultState(), 3); |
| 411 | } |
| 412 | |
| 413 | /** |
| 414 | * Sets a block to air, but also plays the sound and particles and can spawn drops |
no test coverage detected