(BlockPos pos, EnumFacing direction)
| 3175 | } |
| 3176 | |
| 3177 | public int getStrongPower(BlockPos pos, EnumFacing direction) |
| 3178 | { |
| 3179 | IBlockState iblockstate = this.getBlockState(pos); |
| 3180 | return iblockstate.getBlock().isProvidingStrongPower(this, pos, iblockstate, direction); |
| 3181 | } |
| 3182 | |
| 3183 | public WorldType getWorldType() |
| 3184 | { |
no test coverage detected