PKMEncounterMethod

public class PKMEncounterMethod: Mappable

Methods by which the player might can encounter Pokémon in the wild, e.g., walking in tall grass. Check out Bulbapedia for greater detail.

  • id

    The identifier for this encounter method resource

    Declaration

    Swift

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

    Declaration

    Swift

    public var name: String?
  • A good value for sorting

    Declaration

    Swift

    public var order: Int?
  • The name of this encounter method listed in different languages

    Declaration

    Swift

    public var names: [PKMName]?
  • Undocumented

    Declaration

    Swift

    public class PKMEncounterMethod: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMEncounterMethod: Mappable