Class XpGlobesPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.xpglobes.XpGlobesPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="XP Globes", description="Show XP globes for the respective skill when gaining XP", tags={"experience","levels","overlay"}, enabledByDefault=false) @PluginDependency(XpTrackerPlugin.class) public class XpGlobesPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description XpGlobesPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<net.runelite.client.plugins.xpglobes.XpGlobe>
getXpGlobes()
void
onGameStateChanged(GameStateChanged event)
void
onStatChanged(StatChanged statChanged)
void
removeExpiredXpGlobes()
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
-
onStatChanged
@Subscribe public void onStatChanged(StatChanged statChanged)
-
removeExpiredXpGlobes
public void removeExpiredXpGlobes()
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged event)
-
getXpGlobes
public List<net.runelite.client.plugins.xpglobes.XpGlobe> getXpGlobes()
-
-