panoramajoinner
public class Neighbourhood extends Object
Field Summary | |
---|---|
static boolean | enchantedEdges |
int | x |
int | y |
Constructor Summary | |
---|---|
Neighbourhood() | |
Neighbourhood(int x, int y) |
Method Summary | |
---|---|
ArrayList<Integer> | getAllX() |
ArrayList<Integer> | getAllY() |
void | setAllX(ArrayList<Integer> x) |
void | setAllY(ArrayList<Integer> y) |