Class DiscordReady
- java.lang.Object
-
- net.runelite.client.discord.events.DiscordReady
-
public final class DiscordReady extends Object
Called when the RPC connection has been established
-
-
Constructor Summary
Constructors Constructor Description DiscordReady(String userId, String username, String discriminator, String avatar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAvatar()
The avatar of the active userString
getDiscriminator()
The discriminator of the active userString
getUserId()
The userId for the active userString
getUsername()
The username of the active userint
hashCode()
String
toString()
-
-
-
Method Detail
-
getUserId
public String getUserId()
The userId for the active user
-
getUsername
public String getUsername()
The username of the active user
-
getDiscriminator
public String getDiscriminator()
The discriminator of the active user
-
getAvatar
public String getAvatar()
The avatar of the active user
-
-