PKMPokemonSprites

public class PKMPokemonSprites: Mappable

Pokemon Sprites

  • The default depiction of this Pokémon from the front in battle

    Declaration

    Swift

    public var frontDefault: String?
  • The shiny depiction of this Pokémon from the front in battle

    Declaration

    Swift

    public var frontShiny: String?
  • The female depiction of this Pokémon from the front in battle

    Declaration

    Swift

    public var frontFemale: String?
  • The shiny female depiction of this Pokémon from the front

    Declaration

    Swift

    public var frontShinyFemale: String?
  • The default depiction of this Pokémon from the back in battle

    Declaration

    Swift

    public var backDefault: String?
  • The shiny depiction of this Pokémon from the back in battle

    Declaration

    Swift

    public var backShiny: String?
  • The female depiction of this Pokémon from the back in battle

    Declaration

    Swift

    public var backFemale: String?
  • The shiny female depiction of this Pokémon from the back in battle

    Declaration

    Swift

    public var backShinyFemale: String?
  • Undocumented

    Declaration

    Swift

    public class PKMPokemonSprites: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMPokemonSprites: Mappable