Package net.runelite.api
Interface WidgetNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getId()
The ID of the widget.int
getModalMode()
-
Methods inherited from interface net.runelite.api.Node
getHash, getNext, getPrevious
-
-
-
-
Method Detail
-
getId
int getId()
The ID of the widget.- Returns:
- the ID of the widget
- See Also:
Widget
-
getModalMode
int getModalMode()
- See Also:
WidgetModalMode
-
-