Class InteractHighlightPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.interacthighlight.InteractHighlightPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Interact Highlight", description="Outlines npcs and objects you interact with or hover over", enabledByDefault=false) public class InteractHighlightPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description InteractHighlightPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onGameStateChanged(GameStateChanged gameStateChanged)
void
onGameTick(GameTick gameTick)
void
onInteractingChanged(InteractingChanged interactingChanged)
void
onMenuOptionClicked(MenuOptionClicked menuOptionClicked)
void
onNpcDespawned(NpcDespawned npcDespawned)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
onGameStateChanged
@Subscribe public void onGameStateChanged(GameStateChanged gameStateChanged)
-
onNpcDespawned
@Subscribe public void onNpcDespawned(NpcDespawned npcDespawned)
-
onGameTick
@Subscribe public void onGameTick(GameTick gameTick)
-
onInteractingChanged
@Subscribe public void onInteractingChanged(InteractingChanged interactingChanged)
-
onMenuOptionClicked
@Subscribe public void onMenuOptionClicked(MenuOptionClicked menuOptionClicked)
-
-