Interface WidgetChildItem

All Superinterfaces:
Actionable, Comparable<WidgetChildItem>, Identifiable, Item, Nameable, Validatable

public interface WidgetChildItem extends Item, Validatable, Comparable<WidgetChildItem>
Represents a item widget. For example the items in your inventory or bank.
  • Method Details

    • getIndex

      int getIndex()
      Gets the index of the item.
      Returns:
      int
    • getGroup

      WidgetGroup getGroup()
      Gets the widget group.
      Returns:
      WidgetGroup
    • getParentId

      int getParentId()
      Gets the parent id.
      Returns:
      int
    • getParent

      WidgetChild getParent()
      Gets the parent.
      Returns:
      WidgetChild