Interface IInventoryItem

All Superinterfaces:
Identifiable, IItem, Interactable, Nameable, RuneLiteWrapper<net.runelite.api.Item>

public interface IInventoryItem extends IItem
  • Method Details

    • use

      void use()
    • useOn

      void useOn(IItem item)
    • useOn

      void useOn(ITileObject tileObject)
    • useOn

      void useOn(IActor actor)
    • useOn

      void useOn(IWidget widget)
    • useOn

      void useOn(ITileItem tileItem)
    • useOn

      void useOn(Interactable interactable)
    • drop

      void drop()