Class OpponentInfoPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.opponentinfo.OpponentInfoPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Opponent Information", description="Show name and hitpoints information about the NPC you are fighting", tags={"combat","health","hitpoints","npcs","overlay"}) public class OpponentInfoPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description OpponentInfoPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onGameStateChanged(GameStateChanged gameStateChanged)
void
onGameTick(GameTick gameTick)
void
onInteractingChanged(InteractingChanged event)
void
onMenuEntryAdded(MenuEntryAdded menuEntryAdded)
void
onScriptPostFired(ScriptPostFired event)
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 gameStateChanged)
-
onInteractingChanged
@Subscribe public void onInteractingChanged(InteractingChanged event)
-
onGameTick
@Subscribe public void onGameTick(GameTick gameTick)
-
onMenuEntryAdded
@Subscribe public void onMenuEntryAdded(MenuEntryAdded menuEntryAdded)
-
onScriptPostFired
@Subscribe public void onScriptPostFired(ScriptPostFired event)
-
-