MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / updateLitChunks

Method updateLitChunks

src/main/java/net/optifine/DynamicLight.java:145–152  ·  view source on GitHub ↗
(RenderGlobal renderGlobal)

Source from the content-addressed store, hash-verified

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 {

Callers 4

updateMethod · 0.95
entityRemovedMethod · 0.95
removeLightsMethod · 0.95

Calls 2

updateChunkLightMethod · 0.95
getRenderChunkMethod · 0.45

Tested by

no test coverage detected