PKMEncounterMethod
public class PKMEncounterMethod: MappableMethods by which the player might can encounter Pokémon in the wild, e.g., walking in tall grass. Check out Bulbapedia for greater detail.
- 
                  
                  The identifier for this encounter method resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this encounter method resource DeclarationSwift public var name: String?
- 
                  
                  A good value for sorting DeclarationSwift public var order: Int?
- 
                  
                  The name of this encounter method listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  Undocumented DeclarationSwift public class PKMEncounterMethod: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMEncounterMethod: Mappable
 View on GitHub
View on GitHub PKMEncounterMethod Class Reference
        PKMEncounterMethod Class Reference