public static class LightingManager.CubeLightData extends java.lang.Object implements Cube.ICubeLightTrackingInfo
| Modifier and Type | Field and Description |
|---|---|
int[] |
lastHeightMap
null value means no update from height change from last save
|
long[] |
lastSaveHeightMapInfo |
long |
neighborLightChecksBlock |
long |
neighborLightChecksSky |
| Constructor and Description |
|---|
CubeLightData() |
| Modifier and Type | Method and Description |
|---|---|
void |
markSaved(ICube cube) |
boolean |
needsSaving(ICube cube) |
public long neighborLightChecksBlock
public long neighborLightChecksSky
public int[] lastHeightMap
public long[] lastSaveHeightMapInfo
public boolean needsSaving(ICube cube)
needsSaving in interface Cube.ICubeLightTrackingInfopublic void markSaved(ICube cube)
markSaved in interface Cube.ICubeLightTrackingInfo