PKMPokedex
public class PKMPokedex: Mappable
A Pokédex is a handheld electronic encyclopedia device; one which is capable of recording and retaining information of the various Pokémon in a given region with the exception of the national dex and some smaller dexes related to portions of a region. See Bulbapedia for greater detail.
-
The identifier for this Pokédex resource
Declaration
Swift
public var id: Int? -
The name for this Pokédex resource
Declaration
Swift
public var name: String? -
Whether or not this Pokédex originated in the main series of the video games
Declaration
Swift
public var isMainSeries: Bool? -
The description of this Pokédex listed in different languages
Declaration
Swift
public var descriptions: [PKMDescription]? -
The name of this Pokédex listed in different languages
Declaration
Swift
public var names: [PKMName]? -
A list of pokemon catalogued in this Pokédex and their indexes
Declaration
Swift
public var pokemonEntries: [PKMEntry]? -
The region this Pokédex catalogues pokemon for
Declaration
Swift
public var region: PKMNamedAPIResource? -
A list of version groups this Pokédex is relevent to
Declaration
Swift
public var versionGroups: [PKMNamedAPIResource]? -
Undocumented
Declaration
Swift
public class PKMPokedex: Mappable -
Undocumented
Declaration
Swift
public class PKMPokedex: Mappable
View on GitHub
PKMPokedex Class Reference