(World world, BlockPos pos)
| 319 | } |
| 320 | |
| 321 | public static IBlockState getBlockState(World world, BlockPos pos) { |
| 322 | return getBlockState(world, pos, false); |
| 323 | } |
| 324 | |
| 325 | public static IBlockState getBlockState(World world, BlockPos pos, boolean force) { |
| 326 | if (!force) { |
no test coverage detected