(BlockPos pos)
| 838 | } |
| 839 | |
| 840 | public float getLightBrightness(BlockPos pos) |
| 841 | { |
| 842 | return this.provider.getLightBrightnessTable()[this.getLightFromNeighbors(pos)]; |
| 843 | } |
| 844 | |
| 845 | public IBlockState getBlockState(BlockPos pos) |
| 846 | { |
no test coverage detected