Package zombie.iso.areas.isoregion
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
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
-
addChunk
-
setChunk
-
getAllChunks
protected void getAllChunks(java.util.List list)
-