skippedTiles property

int skippedTiles
final

The number of tiles that were skipped (not cached) because they either:

  • already existed & skipExistingTiles was true
  • were a sea tile & skipSeaTiles was true

TileEvents with the result category of TileEventResultCategory.skipped.

Implementation

final int skippedTiles;