Class DataRoot.SelectInfo

java.lang.Object
zombie.iso.areas.isoregion.DataRoot.SelectInfo
Enclosing class:
DataRoot

protected static class DataRoot.SelectInfo
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    DataCell cell  
    int cellID  
    int cellx  
    int celly  
    DataChunk chunk  
    int chunkID  
    int chunkSquareX  
    int chunkSquareY  
    int chunkx  
    int chunky  
    byte square  
    int x  
    int y  
    int z  
  • Method Summary

    Modifier and Type Method Description
    void ensureCell​(boolean boolean1)  
    void ensureChunk​(boolean boolean1)  
    void ensureSquare​(boolean boolean1)  
    void reset​(int int1, int int2, int int3, boolean boolean1, boolean boolean2)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x

      public int x
    • y

      public int y
    • z

      public int z
    • chunkSquareX

      public int chunkSquareX
    • chunkSquareY

      public int chunkSquareY
    • chunkx

      public int chunkx
    • chunky

      public int chunky
    • cellx

      public int cellx
    • celly

      public int celly
    • chunkID

      public int chunkID
    • cellID

      public int cellID
    • cell

      public DataCell cell
    • chunk

      public DataChunk chunk
    • square

      public byte square
  • Method Details

    • reset

      public void reset​(int int1, int int2, int int3, boolean boolean1, boolean boolean2)
    • ensureCell

      public void ensureCell​(boolean boolean1)
    • ensureChunk

      public void ensureChunk​(boolean boolean1)
    • ensureSquare

      public void ensureSquare​(boolean boolean1)