PKMBerryFlavour
public class PKMBerryFlavour: MappableFlavors determine whether a Pokémon will benefit or suffer from eating a berry based on their nature. Check out Bulbapedia for greater detail.
- 
                  
                  The identifier for this berry flavor resource DeclarationSwift public var id: Int?
- 
                  
                  The name for this berry flavor resource DeclarationSwift public var name: String?
- 
                  
                  A list of the berries with this flavor DeclarationSwift public var berries: [PKMFlavourBerryMap]?
- 
                  
                  The contest type that correlates with this berry flavor DeclarationSwift public var contestType: PKMNamedAPIResource?
- 
                  
                  The name of this berry flavor listed in different languages DeclarationSwift public var names:[PKMName]?
- 
                  
                  Undocumented DeclarationSwift public class PKMBerryFlavour: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMBerryFlavour: Mappable
 View on GitHub
View on GitHub PKMBerryFlavour Class Reference
        PKMBerryFlavour Class Reference