PKMItemPocket

public class PKMItemPocket: Mappable

Pockets within the players bag used for storing items by category.

  • id

    The identifier for this item pocket resource

    Declaration

    Swift

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

    Declaration

    Swift

    public var name: String?
  • A list of item categories that are relevent to this item pocket

    Declaration

    Swift

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

    Declaration

    Swift

    public var names: [PKMName]?
  • Undocumented

    Declaration

    Swift

    public class PKMItemPocket: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMItemPocket: Mappable