Package net.runelite.api.events
Class FriendsChatChanged
- java.lang.Object
-
- net.runelite.api.events.FriendsChatChanged
-
public final class FriendsChatChanged extends Object
An 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 boolean
equals(Object o)
int
hashCode()
boolean
isJoined()
Whether or not the client is now in a friends chat.String
toString()
-