Returns the cell at the given x and y coordinates.
x
y
Throws if the coordinates are out of bounds.
T get(int x, int y);