PKMItemCategory

public class PKMItemCategory: Mappable

Item categories determine where items will be placed in the players bag.

  • id

    The identifier for this item category resource

    Declaration

    Swift

    public var id: Int?
  • The name for this item category resource

    Declaration

    Swift

    public var name: String?
  • A list of items that are a part of this category

    Declaration

    Swift

    public var items: [PKMNamedAPIResource]?
  • The name of this item category listed in different languages

    Declaration

    Swift

    public var names: [PKMName]?
  • The pocket items in this category would be put in

    Declaration

    Swift

    public var pocket: PKMNamedAPIResource?
  • Undocumented

    Declaration

    Swift

    public class PKMItemCategory: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMItemCategory: Mappable