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<net.runelite.api.Skill>getSkillsToDisplay()voidonConfigChanged(ConfigChanged event)voidonGameStateChanged(net.runelite.api.events.GameStateChanged event)voidonGameTick(net.runelite.api.events.GameTick event)voidonStatChanged(net.runelite.api.events.StatChanged statChanged)protected voidshutDown()protected voidstartUp()-
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(net.runelite.api.events.GameStateChanged event)
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
onStatChanged
@Subscribe public void onStatChanged(net.runelite.api.events.StatChanged statChanged)
-
onGameTick
@Subscribe public void onGameTick(net.runelite.api.events.GameTick event)
-
getSkillsToDisplay
public Set<net.runelite.api.Skill> getSkillsToDisplay()
-
-