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 class
DataRoot.SelectInfo
-
Field Summary
Fields Modifier and Type Field Description protected static int
floodFills
protected static int
merges
protected static int
recalcs
protected DataRoot.SelectInfo
select
-
Constructor Summary
Constructors Constructor Description DataRoot()
-
Method Summary
Modifier and Type Method Description protected void
DequeueDirtyMasterRegion(MasterRegion masterRegion)
protected void
EnqueueDirtyChunk(DataChunk dataChunk)
protected void
EnqueueDirtyMasterRegion(MasterRegion masterRegion)
protected void
getAllChunks(java.util.List list)
ChunkRegion
getChunkRegion(int int1, int int2, int int3)
DataChunk
getDataChunk(int int1, int int2)
byte
getDataSquare(int int1, int int2, int int3)
MasterRegion
getMasterRegion(int int1, int int2, int int3)
byte
getSquareFlags(int int1, int int2, int int3)
protected void
processDirtyChunks()
protected void
resetAllData()
void
setDataChunk(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()
-