Class StatusBarsPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.statusbars.StatusBarsPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Status Bars", description="Draws status bars next to players inventory showing current HP & Prayer and healing amounts", enabledByDefault=false) @PluginDependency(ItemStatPlugin.class) public class StatusBarsPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description StatusBarsPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onConfigChanged(ConfigChanged event)
void
onGameTick(GameTick gameTick)
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
-
onGameTick
@Subscribe public void onGameTick(GameTick gameTick)
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
-