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 void
configure(com.google.inject.Binder binder)
void
onGameStateChanged(GameStateChanged event)
void
onGameTick(GameTick event)
void
onMenuEntryAdded(MenuEntryAdded event)
void
onNpcDespawned(NpcDespawned event)
void
onStatChanged(StatChanged statChanged)
protected void
shutDown()
protected void
startUp()
void
tickSkillTimes()
-
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(GameStateChanged event)
-
onStatChanged
@Subscribe public void onStatChanged(StatChanged statChanged)
-
onNpcDespawned
@Subscribe public void onNpcDespawned(NpcDespawned event)
-
onGameTick
@Subscribe public void onGameTick(GameTick event)
-
onMenuEntryAdded
@Subscribe public void onMenuEntryAdded(MenuEntryAdded event)
-
tickSkillTimes
public void tickSkillTimes()
-
-