PKMMoveLearnMethod

public class PKMMoveLearnMethod: Mappable

Methods by which Pokémon can learn moves.

  • id

    The identifier for this move learn method resource

    Declaration

    Swift

    public var id: Int?
  • The name for this move learn method resource

    Declaration

    Swift

    public var name: String?
  • The description of this move learn method listed in different languages

    Declaration

    Swift

    public var descriptions: [PKMDescription]?
  • The name of this move learn method listed in different languages

    Declaration

    Swift

    public var names: [PKMName]?
  • A list of version groups where moves can be learned through this method

    Declaration

    Swift

    public var versionGroups: [PKMNamedAPIResource]?
  • Undocumented

    Declaration

    Swift

    public class PKMMoveLearnMethod: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMMoveLearnMethod: Mappable