[CI-SKIP] Cleanup
This commit is contained in:
@@ -25,6 +25,4 @@ public interface IMixinChunk {
|
|||||||
void setNeighborChunk(int index, @Nullable Chunk chunk);
|
void setNeighborChunk(int index, @Nullable Chunk chunk);
|
||||||
|
|
||||||
void setLightUpdateTime(long time);
|
void setLightUpdateTime(long time);
|
||||||
|
|
||||||
void setPendingLightUpdate();
|
|
||||||
}
|
}
|
||||||
@@ -108,11 +108,6 @@ public abstract class MixinChunk implements IMixinChunk {
|
|||||||
return this.pendingLightUpdates;
|
return this.pendingLightUpdates;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setPendingLightUpdate() {
|
|
||||||
this.isLightPopulated = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public long getLightUpdateTime() {
|
public long getLightUpdateTime() {
|
||||||
return this.lightUpdateTime;
|
return this.lightUpdateTime;
|
||||||
|
|||||||
Reference in New Issue
Block a user