Class XpUpdaterPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.xpupdater.XpUpdaterPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="XP Updater", description="Automatically updates your stats on external xptrackers when you log out", tags={"cml","crystalmathlabs","runetracker","templeosrs","temple","wom","wiseoldman","wise old man","external","integration"}, enabledByDefault=false) public class XpUpdaterPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description XpUpdaterPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onGameStateChanged(GameStateChanged gameStateChanged)
void
onGameTick(GameTick gameTick)
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration, shutDown
-
-
-
-
Method Detail
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged gameStateChanged)
-
onGameTick
@Subscribe public void onGameTick(GameTick gameTick)
-
-