public void printTile () { for (int x = 0; x < tile.length; x++) { for (int y = 0; y < tile[x].length; y++) { tile[x][y].toString();