TileIdentity constructor

TileIdentity(
  1. int z,
  2. int x,
  3. int y
)

Implementation

TileIdentity(this.z, super.x, super.y);