Package net.runelite.api.events
Class PlayerMenuOptionsChanged
- java.lang.Object
-
- net.runelite.api.events.PlayerMenuOptionsChanged
-
public class PlayerMenuOptionsChanged extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PlayerMenuOptionsChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)intgetIndex()Index in playerOptions which changed.inthashCode()voidsetIndex(int index)Index in playerOptions which changed.java.lang.StringtoString()
-
-
-
Method Detail
-
getIndex
public int getIndex()
Index in playerOptions which changed.
-
setIndex
public void setIndex(int index)
Index in playerOptions which changed.
-
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
-
-