Interface ITileItem

    • Method Detail

      • canPick

        boolean canPick()
      • isTradable

        boolean isTradable()
      • isStackable

        boolean isStackable()
      • isNoted

        boolean isNoted()
      • isMembers

        boolean isMembers()
      • getInventoryActions

        java.lang.String[] getInventoryActions()
      • inventoryActions

        default java.util.List<java.lang.String> inventoryActions()
      • hasInventoryAction

        default boolean hasInventoryAction​(java.lang.String action)
      • pickup

        void pickup()
      • getComposition

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

        int getHaPrice()