Region

constructor(id: Int, name: String, locations: List<Handle.Named<Location>>, mainGeneration: Handle.Named<Generation>?, names: List<Name>, pokedexes: List<Handle.Named<Pokedex>>, versionGroups: List<Handle.Named<VersionGroup>>)(source)

Parameters

id

The identifier for this resource.

name

The name for this resource.

locations

A list of locations that can be found in this region.

mainGeneration

The generation this region was introduced in.

names

The name of this resource listed in different languages.

pokedexes

A list of pokédexes that catalogue Pokémon in this region.

versionGroups

A list of version groups where this region can be visited.