public class Neighbourhood extends java.lang.Object
static boolean
enchantedEdges
int
x
y
Neighbourhood()
Neighbourhood(int x, int y)
java.util.ArrayList<java.lang.Integer>
getAllX()
getAllY()
void
setAllX(java.util.ArrayList<java.lang.Integer> x)
setAllY(java.util.ArrayList<java.lang.Integer> y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int x
public int y
public static boolean enchantedEdges
public Neighbourhood()
public Neighbourhood(int x, int y)
public void setAllX(java.util.ArrayList<java.lang.Integer> x)
public void setAllY(java.util.ArrayList<java.lang.Integer> y)
public java.util.ArrayList<java.lang.Integer> getAllX()
public java.util.ArrayList<java.lang.Integer> getAllY()