Uses of Interface
net.runelite.api.WidgetNode
- 
Packages that use WidgetNode Package Description net.runelite.api 
- 
- 
Uses of WidgetNode in net.runelite.apiMethods in net.runelite.api that return WidgetNode Modifier and Type Method Description WidgetNodeClient. openInterface(int componentId, int interfaceId, int modalMode)Open an interface.Methods in net.runelite.api that return types with arguments of type WidgetNode Modifier and Type Method Description HashTable<WidgetNode>Client. getComponentTable()Gets the widget node component table.Methods in net.runelite.api with parameters of type WidgetNode Modifier and Type Method Description voidClient. closeInterface(WidgetNode interfaceNode, boolean unload)Close an interface
 
-