Uses of Class
net.runelite.api.annotations.Component
-
Packages that use Component Package Description net.runelite.api net.runelite.api.widgets -
-
Uses of Component in net.runelite.api
Method parameters in net.runelite.api with annotations of type Component Modifier and Type Method Description WidgetClient. getWidget(int componentId)Gets a widget by its component id. -
Uses of Component in net.runelite.api.widgets
Methods in net.runelite.api.widgets with annotations of type Component Modifier and Type Method Description intWidget. getId()Gets the widgets ID.static intWidgetUtil. packComponentId(int interfaceId, int childId)Utility method that packs a component id from an interface id and child id.Method parameters in net.runelite.api.widgets with annotations of type Component Modifier and Type Method Description static intWidgetUtil. componentToId(int c)Utility method that converts a component id to the id it is within its interface.static intWidgetUtil. componentToInterface(int c)Utility method that converts a component id to the interface it belongs to.
-