Package net.runelite.api.events
Class FriendsChatChanged
- java.lang.Object
-
- net.runelite.api.events.FriendsChatChanged
-
public final class FriendsChatChanged extends java.lang.ObjectAn event where the client has joined or left a friends chat.
-
-
Constructor Summary
Constructors Constructor Description FriendsChatChanged(boolean joined)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()booleanisJoined()Whether or not the client is now in a friends chat.java.lang.StringtoString()
-
-
-
Method Detail
-
isJoined
public boolean isJoined()
Whether or not the client is now in a friends chat.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-