Package com.epicbot.api.shared.entity
Interface WidgetChildItem
- All Superinterfaces:
Actionable,Comparable<WidgetChildItem>,Identifiable,Item,Nameable,Validatable
Represents a item widget. For example the items in your inventory or bank.
-
Method Summary
Methods inherited from interface com.epicbot.api.shared.entity.details.Actionable
getActions, hasAction, hasActionMatchMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.epicbot.api.shared.entity.details.Identifiable
getIdMethods inherited from interface com.epicbot.api.shared.entity.Item
getGroundActions, getHighAlchemyPrice, getLowAlchemyPrice, getNotedId, getStackSize, getStorePrice, getUnNotedId, hasGroundAction, isMembers, isNoted, isStackable, isTradableMethods inherited from interface com.epicbot.api.shared.entity.details.Validatable
isValid
-
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
-