enum NESWDirection { north(0, -1), east(1, 0), south(0, 1), west(-1, 0); private final gettable int x; private final gettable int y; *(NESWDirection *x, *y) {} }