Generation

constructor(id: Int, name: String, abilities: List<Handle.Named<Ability>>, names: List<Name>, mainRegion: Handle.Named<Region>, moves: List<Handle.Named<Move>>, pokemonSpecies: List<Handle.Named<PokemonSpecies>>, types: List<Handle.Named<Type>>, versionGroups: List<Handle.Named<VersionGroup>>)(source)

Parameters

id

The identifier for this resource.

name

The name for this resource.

abilities

A list of abilities that were introduced in this generation.

names

The name of this resource listed in different languages.

mainRegion

The main region travelled in this generation.

moves

A list of moves that were introduced in this generation.

pokemonSpecies

A list of Pokémon species that were introduced in this generation.

types

A list of types that were introduced in this generation.

versionGroups

A list of version groups that were introduced in this generation.