Class RegenMeterPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.regenmeter.RegenMeterPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Regeneration Meter", description="Track and show the hitpoints and special attack regeneration timers", tags={"combat","health","hitpoints","special","attack","overlay","notifications"}) public class RegenMeterPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description RegenMeterPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onGameTick(net.runelite.api.events.GameTick event)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, getInjector, getName, resetConfiguration
-
-
-
-
Method Detail
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onGameTick
@Subscribe public void onGameTick(net.runelite.api.events.GameTick event)
-
-