Package zombie.iso.areas.isoregion
Class DataRoot
java.lang.Object
zombie.iso.areas.isoregion.DataRoot
public class DataRoot
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classDataRoot.SelectInfo -
Field Summary
Fields Modifier and Type Field Description protected static intfloodFillsprotected static intmergesprotected static intrecalcsprotected DataRoot.SelectInfoselect -
Constructor Summary
Constructors Constructor Description DataRoot() -
Method Summary
Modifier and Type Method Description protected voidDequeueDirtyMasterRegion(MasterRegion masterRegion)protected voidEnqueueDirtyChunk(DataChunk dataChunk)protected voidEnqueueDirtyMasterRegion(MasterRegion masterRegion)protected voidgetAllChunks(java.util.List list)ChunkRegiongetChunkRegion(int int1, int int2, int int3)DataChunkgetDataChunk(int int1, int int2)bytegetDataSquare(int int1, int int2, int int3)MasterRegiongetMasterRegion(int int1, int int2, int int3)bytegetSquareFlags(int int1, int int2, int int3)protected voidprocessDirtyChunks()protected voidresetAllData()voidsetDataChunk(DataChunk dataChunk)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
select
-
recalcs
protected static int recalcs -
floodFills
protected static int floodFills -
merges
protected static int merges
-
-
Constructor Details
-
DataRoot
public DataRoot()
-
-
Method Details
-
getAllChunks
protected void getAllChunks(java.util.List list) -
getDataChunk
-
setDataChunk
-
getDataSquare
public byte getDataSquare(int int1, int int2, int int3) -
getMasterRegion
-
getSquareFlags
public byte getSquareFlags(int int1, int int2, int int3) -
getChunkRegion
-
resetAllData
protected void resetAllData() -
EnqueueDirtyChunk
-
EnqueueDirtyMasterRegion
-
DequeueDirtyMasterRegion
-
processDirtyChunks
protected void processDirtyChunks()
-