(BlockPos pos, Block blockIn, int eventID, int eventParam)
| 3483 | } |
| 3484 | |
| 3485 | public void addBlockEvent(BlockPos pos, Block blockIn, int eventID, int eventParam) |
| 3486 | { |
| 3487 | blockIn.onBlockEventReceived(this, pos, this.getBlockState(pos), eventID, eventParam); |
| 3488 | } |
| 3489 | |
| 3490 | /** |
| 3491 | * Returns this world's current save handler |
no test coverage detected