Class DataRoot

java.lang.Object
zombie.iso.areas.isoregion.DataRoot

public class DataRoot
extends java.lang.Object
  • Field Details

    • select

      protected final DataRoot.SelectInfo 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

      public DataChunk getDataChunk​(int int1, int int2)
    • setDataChunk

      public void setDataChunk​(DataChunk dataChunk)
    • getDataSquare

      public byte getDataSquare​(int int1, int int2, int int3)
    • getMasterRegion

      public MasterRegion getMasterRegion​(int int1, int int2, int int3)
    • getSquareFlags

      public byte getSquareFlags​(int int1, int int2, int int3)
    • getChunkRegion

      public ChunkRegion getChunkRegion​(int int1, int int2, int int3)
    • resetAllData

      protected void resetAllData()
    • EnqueueDirtyChunk

      protected void EnqueueDirtyChunk​(DataChunk dataChunk)
    • EnqueueDirtyMasterRegion

      protected void EnqueueDirtyMasterRegion​(MasterRegion masterRegion)
    • DequeueDirtyMasterRegion

      protected void DequeueDirtyMasterRegion​(MasterRegion masterRegion)
    • processDirtyChunks

      protected void processDirtyChunks()