getOrNull

fun getOrNull(code: Int): Tile?
fun getOrNull(type: TileType, num: Int): Tile?
fun getOrNull(text: String): Tile?