(World worldIn, BlockPos pos, IBlockState state)
| 113 | } |
| 114 | |
| 115 | public void onBlockAdded(World worldIn, BlockPos pos, IBlockState state) |
| 116 | { |
| 117 | this.checkForDrop(worldIn, pos, state); |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * Called when a neighboring block changes. |
nothing calls this directly
no test coverage detected