public interface TileData
Modifier and Type | Method and Description |
---|---|
java.util.List<MiniTile> |
getMiniTiles()
Provides access to the internal array of miniTiles.
|
java.util.List<Tile> |
getTiles()
Provides access to the internal array of Tiles.
|