Class DiscordDisconnected
- java.lang.Object
-
- net.runelite.client.discord.events.DiscordDisconnected
-
public final class DiscordDisconnected extends Object
Called when the RPC connection has been severed
-
-
Constructor Summary
Constructors Constructor Description DiscordDisconnected(int errorCode, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getErrorCode()
Discord error codeString
getMessage()
Error messageint
hashCode()
String
toString()
-