public class Neighbourhood
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
enchantedEdges |
int |
x |
int |
y |
Constructor and Description |
---|
Neighbourhood() |
Neighbourhood(int x,
int y) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.Integer> |
getAllX() |
java.util.ArrayList<java.lang.Integer> |
getAllY() |
void |
setAllX(java.util.ArrayList<java.lang.Integer> x) |
void |
setAllY(java.util.ArrayList<java.lang.Integer> y) |