Class AggressiveSet
java.lang.Object
AggressiveSet
public class AggressiveSet
- extends java.lang.Object
|
Field Summary |
protected int[] |
changed
|
protected boolean[][] |
used
|
protected int[][][] |
values
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
values
protected int[][][] values
used
protected boolean[][] used
changed
protected int[] changed
AggressiveSet
public AggressiveSet()
AggressiveSet
public AggressiveSet(int[][][] a)
setChanged
public void setChanged(int[] x)
getChanged
public int[] getChanged()
getValue
public int getValue(int x,
int y,
int z)
setValue
public void setValue(int x,
int y,
int z,
int za)
getValues
public int[][][] getValues()
getUsed
public boolean getUsed(int x,
int y)
setUsed
public void setUsed(int x,
int y,
boolean b)
resetUsed
public void resetUsed()