getClockPositionNeighborTile
fun getClockPositionNeighborTile(tile: TileInfo, clockPosition: Int): TileInfo?
Content copied to clipboard
Returns the neighbor tile of tile at clockPosition, if it exists. Takes world wrap into account Returns null if there is no such neighbor tile or if clockPosition is not a valid clock position
Sources
jvm source
Link copied to clipboard