Interface IItem

    • Method Detail

      • getComposition

        net.runelite.api.ItemComposition getComposition()
      • getSlot

        int getSlot()
      • setWidget

        void setWidget​(IWidget widget)
        Internal usage only, do not modify
        Parameters:
        widget -
      • getQuantity

        int getQuantity()
      • isPlaceholder

        boolean isPlaceholder()
      • getNotedId

        int getNotedId()
      • isNoted

        boolean isNoted()
      • isStackable

        boolean isStackable()
      • isTradable

        boolean isTradable()
      • isMembers

        boolean isMembers()
      • getSubOptions

        java.lang.String[][] getSubOptions()
      • hasSubOption

        boolean hasSubOption​(java.lang.String option)
      • getSubOptionIndex

        int[] getSubOptionIndex​(java.lang.String option)