Class DiscordPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.discord.DiscordPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Discord", description="Show your status and activity in the Discord user panel", tags={"action","activity","external","integration","status"}) public class DiscordPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description DiscordPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkForValidStatus()
void
onConfigChanged(ConfigChanged event)
void
onDiscordUserInfo(net.runelite.client.plugins.discord.DiscordUserInfo event)
void
onGameStateChanged(GameStateChanged event)
void
onStatChanged(StatChanged statChanged)
void
onUserSync(UserSync event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
onStatChanged
@Subscribe public void onStatChanged(StatChanged statChanged)
-
onDiscordUserInfo
@Subscribe public void onDiscordUserInfo(net.runelite.client.plugins.discord.DiscordUserInfo event)
-
onUserSync
@Subscribe public void onUserSync(UserSync event)
-
checkForValidStatus
public void checkForValidStatus()
-
-