Package net.runelite.api.events
Class PlayerMenuOptionsChanged
- java.lang.Object
-
- net.runelite.api.events.PlayerMenuOptionsChanged
-
public class PlayerMenuOptionsChanged extends Object
-
-
Constructor Summary
Constructors Constructor Description PlayerMenuOptionsChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
getIndex()
Index in playerOptions which changed.int
hashCode()
void
setIndex(int index)
Index in playerOptions which changed.String
toString()
-
-
-
Method Detail
-
getIndex
public int getIndex()
Index in playerOptions which changed.
-
setIndex
public void setIndex(int index)
Index in playerOptions which changed.
-
canEqual
protected boolean canEqual(Object other)
-
-