SerenityJS
    Preparing search index...

    Class ItemStackResponseSlotInfo

    Hierarchy

    • DataType
      • ItemStackResponseSlotInfo
    Index

    Constructors

    • Creates a new ItemStackResponseSlotInfo instance.

      Parameters

      • slot: number

        The slot the response is referring to.

      • amount: number

        The amount of items in the slot.

      • itemStackId: number

        The item stack id.

      • customName: string

        The custom name of the item in the slot.

      • filterCustomName: string

        The filter custom name of the item in the slot.

      • durabilityCorrection: number

        The durability correction of the item in the slot.

      Returns ItemStackResponseSlotInfo

    Properties

    amount: number

    The amount of items in the slot.

    customName: string

    The custom name of the item in the slot.

    durabilityCorrection: number

    The durability correction of the item in the slot.

    filterCustomName: string

    The filter custom name of the item in the slot.

    itemStackId: number

    The item stack id.

    slot: number

    The slot the response is referring to.

    Methods