Package net.runelite.api.events
Class WidgetLoaded
- java.lang.Object
-
- net.runelite.api.events.WidgetLoaded
-
-
Constructor Summary
Constructors Constructor Description WidgetLoaded()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
getGroupId()
The group ID of the loaded widget.int
hashCode()
void
setGroupId(int groupId)
The group ID of the loaded widget.String
toString()
-
-
-
Method Detail
-
setGroupId
public void setGroupId(int groupId)
The group ID of the loaded widget.
-
canEqual
protected boolean canEqual(Object other)
-
getGroupId
@Interface public int getGroupId()
The group ID of the loaded widget.
-
-