PKMBerryFlavour
public class PKMBerryFlavour: Mappable
Flavors 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
Declaration
Swift
public var id: Int? -
The name for this berry flavor resource
Declaration
Swift
public var name: String? -
A list of the berries with this flavor
Declaration
Swift
public var berries: [PKMFlavourBerryMap]? -
The contest type that correlates with this berry flavor
Declaration
Swift
public var contestType: PKMNamedAPIResource? -
The name of this berry flavor listed in different languages
Declaration
Swift
public var names:[PKMName]? -
Undocumented
Declaration
Swift
public class PKMBerryFlavour: Mappable -
Undocumented
Declaration
Swift
public class PKMBerryFlavour: Mappable
View on GitHub
PKMBerryFlavour Class Reference