(World worldIn, BlockPos pos)
| 868 | } |
| 869 | |
| 870 | public boolean canPlaceBlockAt(World worldIn, BlockPos pos) |
| 871 | { |
| 872 | return worldIn.getBlockState(pos).getBlock().blockMaterial.isReplaceable(); |
| 873 | } |
| 874 | |
| 875 | public boolean onBlockActivated(World worldIn, BlockPos pos, IBlockState state, EntityPlayer playerIn, EnumFacing side, float hitX, float hitY, float hitZ) |
| 876 | { |
no test coverage detected