Package net.runelite.api.events
Class MenuShouldLeftClick
- java.lang.Object
-
- net.runelite.api.events.MenuShouldLeftClick
-
public class MenuShouldLeftClick extends java.lang.ObjectEvent called when the client is checking if the menu should be opened on left click.
-
-
Constructor Summary
Constructors Constructor Description MenuShouldLeftClick()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)inthashCode()booleanisForceRightClick()If set to true, the menu will open on left click.voidsetForceRightClick(boolean forceRightClick)If set to true, the menu will open on left click.java.lang.StringtoString()
-
-
-
Method Detail
-
isForceRightClick
public boolean isForceRightClick()
If set to true, the menu will open on left click.
-
setForceRightClick
public void setForceRightClick(boolean forceRightClick)
If set to true, the menu will open on left click.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-