Class XpTrackerPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.xptracker.XpTrackerPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="XP Tracker", description="Enable the XP Tracker panel", tags={"experience","levels","panel"}) public class XpTrackerPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description XpTrackerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(com.google.inject.Binder binder)voidonClientShutdown(ClientShutdown event)voidonGameStateChanged(net.runelite.api.events.GameStateChanged event)voidonGameTick(net.runelite.api.events.GameTick event)voidonMenuEntryAdded(net.runelite.api.events.MenuEntryAdded event)voidonRuneScapeProfileChanged(RuneScapeProfileChanged event)voidonStatChanged(net.runelite.api.events.StatChanged statChanged)protected voidshutDown()protected voidstartUp()voidtickSkillTimes()voidtickStateSave()-
Methods inherited from class net.runelite.client.plugins.Plugin
equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onGameStateChanged
@Subscribe public void onGameStateChanged(net.runelite.api.events.GameStateChanged event)
-
onRuneScapeProfileChanged
@Subscribe public void onRuneScapeProfileChanged(RuneScapeProfileChanged event)
-
onClientShutdown
@Subscribe public void onClientShutdown(ClientShutdown event)
-
onStatChanged
@Subscribe public void onStatChanged(net.runelite.api.events.StatChanged statChanged)
-
onGameTick
@Subscribe public void onGameTick(net.runelite.api.events.GameTick event)
-
onMenuEntryAdded
@Subscribe public void onMenuEntryAdded(net.runelite.api.events.MenuEntryAdded event)
-
tickSkillTimes
public void tickSkillTimes()
-
tickStateSave
public void tickStateSave()
-
-