Package net.runelite.api.events
Class WidgetMenuOptionClicked
- java.lang.Object
-
- net.runelite.api.events.WidgetMenuOptionClicked
-
@Deprecated public class WidgetMenuOptionClicked extends java.lang.ObjectDeprecated.A MenuManager widget menu was clicked. This event is fired only for MenuManager managed custom menus.
-
-
Constructor Summary
Constructors Constructor Description WidgetMenuOptionClicked()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)Deprecated.booleanequals(java.lang.Object o)Deprecated.java.lang.StringgetMenuOption()Deprecated.The clicked menu option.java.lang.StringgetMenuTarget()Deprecated.The clicked menu target.WidgetInfogetWidget()Deprecated.The WidgetInfo of the widget that was clicked, if available.intgetWidgetId()Deprecated.The widget id of the widget that was clicked.inthashCode()Deprecated.voidsetMenuOption(java.lang.String menuOption)Deprecated.The clicked menu option.voidsetMenuTarget(java.lang.String menuTarget)Deprecated.The clicked menu target.voidsetWidget(WidgetInfo widget)Deprecated.The WidgetInfo of the widget that was clicked, if available.voidsetWidgetId(int widgetId)Deprecated.The widget id of the widget that was clicked.java.lang.StringtoString()Deprecated.
-
-
-
Method Detail
-
getMenuOption
public java.lang.String getMenuOption()
Deprecated.The clicked menu option.
-
getMenuTarget
public java.lang.String getMenuTarget()
Deprecated.The clicked menu target.
-
getWidget
@Nullable public WidgetInfo getWidget()
Deprecated.The WidgetInfo of the widget that was clicked, if available.
-
getWidgetId
public int getWidgetId()
Deprecated.The widget id of the widget that was clicked.
-
setMenuOption
public void setMenuOption(java.lang.String menuOption)
Deprecated.The clicked menu option.
-
setMenuTarget
public void setMenuTarget(java.lang.String menuTarget)
Deprecated.The clicked menu target.
-
setWidget
public void setWidget(@Nullable WidgetInfo widget)Deprecated.The WidgetInfo of the widget that was clicked, if available.
-
setWidgetId
public void setWidgetId(int widgetId)
Deprecated.The widget id of the widget that was clicked.
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
Deprecated.
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-