(RenderChunk renderChunk, BlockPos pos, EnumFacing facing)
| 113 | } |
| 114 | |
| 115 | private BlockPos getChunkPos(RenderChunk renderChunk, BlockPos pos, EnumFacing facing) |
| 116 | { |
| 117 | return renderChunk != null ? renderChunk.func_181701_a(facing) : pos.offset(facing, 16); |
| 118 | } |
| 119 | |
| 120 | private void updateChunkLight(RenderChunk renderChunk, Set<BlockPos> setPrevPos, Set<BlockPos> setNewPos) |
| 121 | { |
no test coverage detected