Class DataCell

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

public class DataCell
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.util.Map dataChunks  
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected DataCell​(int int1, int int2, int int3)  
  • Method Summary

    Modifier and Type Method Description
    protected DataChunk addChunk​(int int1, int int2, int int3)  
    protected void getAllChunks​(java.util.List list)  
    protected DataChunk getChunk​(int int1)  
    protected void setChunk​(DataChunk dataChunk)  

    Methods inherited from class java.lang.Object

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

    • dataChunks

      protected final java.util.Map dataChunks
  • Constructor Details

    • DataCell

      protected DataCell​(int int1, int int2, int int3)
  • Method Details

    • getChunk

      protected DataChunk getChunk​(int int1)
    • addChunk

      protected DataChunk addChunk​(int int1, int int2, int int3)
    • setChunk

      protected void setChunk​(DataChunk dataChunk)
    • getAllChunks

      protected void getAllChunks​(java.util.List list)