(IBlockAccess worldIn, BlockPos pos, IBlockState state, EnumFacing side)
| 995 | } |
| 996 | |
| 997 | public int isProvidingStrongPower(IBlockAccess worldIn, BlockPos pos, IBlockState state, EnumFacing side) |
| 998 | { |
| 999 | return 0; |
| 1000 | } |
| 1001 | |
| 1002 | /** |
| 1003 | * Sets the block's bounds for rendering it as an item |
no outgoing calls
no test coverage detected