(RenderGlobal renderGlobal)
| 143 | } |
| 144 | |
| 145 | public void updateLitChunks(RenderGlobal renderGlobal) |
| 146 | { |
| 147 | for (BlockPos blockpos : this.setLitChunkPos) |
| 148 | { |
| 149 | RenderChunk renderchunk = renderGlobal.getRenderChunk(blockpos); |
| 150 | this.updateChunkLight(renderchunk, (Set<BlockPos>)null, (Set<BlockPos>)null); |
| 151 | } |
| 152 | } |
| 153 | |
| 154 | public Entity getEntity() |
| 155 | { |
no test coverage detected