Xivgear Types Documentation
    Preparing search index...
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Get the remembered materia for an item

      If there is no mapping, returns an empty list

      Parameters

      • equipSlot:
            | "OffHand"
            | "Head"
            | "Body"
            | "Hand"
            | "Legs"
            | "Feet"
            | "Ears"
            | "Neck"
            | "Wrist"
            | "Weapon"
            | "RingLeft"
            | "RingRight"

        The equipment slot (needed to differentiate left/right ring)

      • item: GearItem

        The item in question

      Returns SingleMateriaMemory[]

    • Provide a new list of materia by providing an equipped item

      Parameters

      • equipSlot:
            | "OffHand"
            | "Head"
            | "Body"
            | "Hand"
            | "Legs"
            | "Feet"
            | "Ears"
            | "Neck"
            | "Wrist"
            | "Weapon"
            | "RingLeft"
            | "RingRight"

        The slot

      • item: EquippedItem

        The item which is about to be unequipped from that slot.

      Returns void