Returns data values of the tile.
list[list[int]]
Data values of the tile. The number of lists inside the list represents the number of rows in a tile. For example, a tile that has 2 rows and 5 columns will return a list containing 2 lists where each list has 5 integers.