Uses of Class
rs.kreme.ksbot.api.wrappers.KSWidget
-
Packages that use KSWidget Package Description rs.kreme.ksbot.api.game rs.kreme.ksbot.api.game.magic rs.kreme.ksbot.api.hooks rs.kreme.ksbot.api.hooks.widgets rs.kreme.ksbot.api.queries rs.kreme.ksbot.api.wrappers -
-
Uses of KSWidget in rs.kreme.ksbot.api.game
Methods in rs.kreme.ksbot.api.game that return KSWidget Modifier and Type Method Description KSWidget
Prayer.Prayers. getWidget()
-
Uses of KSWidget in rs.kreme.ksbot.api.game.magic
Methods in rs.kreme.ksbot.api.game.magic that return KSWidget Modifier and Type Method Description KSWidget
Spell. getWidget()
KSWidget
SpellBook.Ancient. getWidget()
KSWidget
SpellBook.Lunar. getWidget()
KSWidget
SpellBook.Necromancy. getWidget()
KSWidget
SpellBook.Standard. getWidget()
-
Uses of KSWidget in rs.kreme.ksbot.api.hooks
Methods in rs.kreme.ksbot.api.hooks that return KSWidget Modifier and Type Method Description KSWidget
Widgets. get(int widgetId, int child)
KSWidget
Widgets. get(rs.kreme.ksbot.api.game.utils.widgets.WidgetInfo widgetInfo)
KSWidget
Widgets. getChildContains(KSWidget parent, java.lang.String text)
Finds a child widget in a parent that contains the specified text.KSWidget
Widgets. getWidget(int componentId)
Retrieves a widget by its component ID.KSWidget
Widgets. getWidget(int[] widgetId)
Retrieves a widget by its ID.KSWidget
Widgets. getWidget(int groupId, int childId)
Retrieves a widget using a group and child ID.KSWidget
Widgets. getWidget(int groupId, int childId, int index)
Retrieves a child widget from a parent using group, child, and index.KSWidget
Widgets. getWidget(rs.kreme.ksbot.api.game.utils.widgets.WidgetInfo widgetInfo)
Retrieves a widget by its WidgetInfo.Methods in rs.kreme.ksbot.api.hooks that return types with arguments of type KSWidget Modifier and Type Method Description java.util.List<KSWidget>
Widgets. getChildWithOffset(KSWidget parent, int startIndex, int offset)
Retrieves child widgets at a given offset.Methods in rs.kreme.ksbot.api.hooks with parameters of type KSWidget Modifier and Type Method Description KSWidget
Widgets. getChildContains(KSWidget parent, java.lang.String text)
Finds a child widget in a parent that contains the specified text.java.util.List<KSWidget>
Widgets. getChildWithOffset(KSWidget parent, int startIndex, int offset)
Retrieves child widgets at a given offset.java.util.List<KSItem>
Widgets. getItems(KSWidget widget)
Retrieves the list of items from a widget.void
Widgets. interact(KSWidget widget, int option)
Interacts with a widget using the specified option.void
Widgets. interact(KSWidget widget, int option, int index)
Interacts with a widget using the specified option and index.void
Widgets. interact(KSWidget widget, net.runelite.api.MenuAction menuAction, int index, int option)
Interacts with a widget using a specified menu action, index, and option.boolean
Widgets. isUsable(KSWidget widget)
Checks if a widget is usable (i.e., not hidden).boolean
Widgets. isUsable(KSWidget widget, java.util.function.Predicate<? super KSWidget> predicate)
Checks if a widget is usable and satisfies a given predicate.Method parameters in rs.kreme.ksbot.api.hooks with type arguments of type KSWidget Modifier and Type Method Description boolean
Widgets. isUsable(KSWidget widget, java.util.function.Predicate<? super KSWidget> predicate)
Checks if a widget is usable and satisfies a given predicate. -
Uses of KSWidget in rs.kreme.ksbot.api.hooks.widgets
Methods in rs.kreme.ksbot.api.hooks.widgets that return types with arguments of type KSWidget Modifier and Type Method Description java.util.List<KSWidget>
Dialog. getOptions()
-
Uses of KSWidget in rs.kreme.ksbot.api.queries
Constructor parameters in rs.kreme.ksbot.api.queries with type arguments of type KSWidget Constructor Description WidgetQuery(java.util.Collection<KSWidget> widgets)
Constructs a WidgetQuery with the specified collection of widgets. -
Uses of KSWidget in rs.kreme.ksbot.api.wrappers
Methods in rs.kreme.ksbot.api.wrappers that return KSWidget Modifier and Type Method Description KSWidget
KSWidget. getChild(int index)
KSWidget[]
KSWidget. getChildren()
KSWidget[]
KSWidget. getDynamicChildren()
KSWidget[]
KSWidget. getNestedChildren()
KSWidget
KSWidget. getParent()
KSWidget[]
KSWidget. getStaticChildren()
-