Package net.runelite.api.events
Class MenuShouldLeftClick
- java.lang.Object
-
- net.runelite.api.events.MenuShouldLeftClick
-
public class MenuShouldLeftClick extends Object
Event 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 boolean
canEqual(Object other)
boolean
equals(Object o)
int
hashCode()
boolean
isForceRightClick()
If set to true, the menu will open on left click.void
setForceRightClick(boolean forceRightClick)
If set to true, the menu will open on left click.String
toString()
-
-
-
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.
-
canEqual
protected boolean canEqual(Object other)
-
-