Class RunEnergyPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.runenergy.RunEnergyPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Run Energy", description="Show various information related to run energy", tags={"overlay","stamina"}) public class RunEnergyPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description RunEnergyPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChatMessage(ChatMessage event)
void
onConfigChanged(ConfigChanged event)
void
onGameTick(GameTick event)
void
onScriptCallbackEvent(ScriptCallbackEvent event)
void
onScriptPostFired(ScriptPostFired scriptPostFired)
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 event)
-
onScriptPostFired
@Subscribe public void onScriptPostFired(ScriptPostFired scriptPostFired)
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged event)
-
onChatMessage
@Subscribe public void onChatMessage(ChatMessage event)
-
onScriptCallbackEvent
@Subscribe public void onScriptCallbackEvent(ScriptCallbackEvent event)
-
-