Class DiscordJoinGame
- java.lang.Object
-
- net.runelite.client.discord.events.DiscordJoinGame
-
public final class DiscordJoinGame extends java.lang.ObjectCalled when the logged in user joined a game
-
-
Constructor Summary
Constructors Constructor Description DiscordJoinGame(java.lang.String joinSecret)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetJoinSecret()Obfuscated data of your choosing used as join secretinthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getJoinSecret
public java.lang.String getJoinSecret()
Obfuscated data of your choosing used as join secret
-
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
-
-