Package zombie.iso.areas.isoregion.data
Class DataCell
java.lang.Object
zombie.iso.areas.isoregion.data.DataCell
public final class DataCell
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map
dataChunks
DataRoot
dataRoot
-
Constructor Summary
-
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 DataRoot
getDataRoot()
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
-
dataRoot
-
dataChunks
protected final java.util.Map dataChunks
-
-
Constructor Details
-
DataCell
-
-
Method Details
-
getDataRoot
-
getChunk
-
addChunk
-
setChunk
-
getAllChunks
protected void getAllChunks(java.util.List list)
-