Package zombie.iso.areas.isoregion
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
-
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
-
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)
-