Package net.runelite.client.events
Class InfoBoxMenuClicked
- java.lang.Object
-
- net.runelite.client.events.InfoBoxMenuClicked
-
public final class InfoBoxMenuClicked extends Object
-
-
Constructor Summary
Constructors Constructor Description InfoBoxMenuClicked(OverlayMenuEntry entry, InfoBox infoBox)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
OverlayMenuEntry
getEntry()
InfoBox
getInfoBox()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
InfoBoxMenuClicked
public InfoBoxMenuClicked(OverlayMenuEntry entry, InfoBox infoBox)
-
-
Method Detail
-
getEntry
public OverlayMenuEntry getEntry()
-
getInfoBox
public InfoBox getInfoBox()
-
-