tiles property

Map<int, Map<int, int>> tiles
final

The created tiles.

Any coordinates not in this map will be set to defaultFlags.

Implementation

final Map<int, Map<int, int>> tiles;