Pokedex

constructor(id: Int, name: String, isMainSeries: Boolean, descriptions: List<Description>, names: List<Name>, pokemonEntries: List<PokemonEntry>, region: Handle.Named<Region>?, versionGroups: List<Handle.Named<VersionGroup>>)(source)

Parameters

id

The identifier for this resource.

name

The name for this resource.

isMainSeries

Whether or not this Pokédex originated in the main series of the video games.

descriptions

The description of this resource listed in different languages.

names

The name of this resource listed in different languages.

pokemonEntries

A list of Pokémon catalogued in this Pokédex and their indexes.

region

The region this Pokédex catalogues Pokémon for.

versionGroups

A list of version groups this Pokédex is relevant to.