Contains order metadata for encoded packages.

Constructors

Methods

  • Lists the crafting recipes associated with the order

    Returns { count: number; recipe: (null | string)[] }[]

  • Gets the fragment index of the package

    Returns number

  • Gets detailed information about an item in the complete order (only valid for linkIndex 1)

    Parameters

    • slot: number

    Returns undefined | ItemDetail

  • Gets the Link index for this package

    Returns number

  • Gets the order's unique ID

    Returns string

  • Checks if this is the final package fragment for its index

    Returns boolean

  • Checks if the package is fully assembled and ready to craft

    Returns boolean

  • Lists all items required for the complete Encoded Order (only valid for linkIndex 1)

    Returns undefined | SlotDetail[]