Class BoostsPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.boosts.BoostsPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Boosts Information", description="Show combat and/or skill boost information", tags={"combat","notifications","skilling","overlay"}) @Singleton public class BoostsPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description BoostsPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Skill>
getSkillsToDisplay()
void
onConfigChanged(ConfigChanged event)
void
onGameStateChanged(GameStateChanged event)
void
onGameTick(GameTick event)
void
onStatChanged(StatChanged statChanged)
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)
-
onGameTick
@Subscribe public void onGameTick(GameTick event)
-
-