Class ImplingsPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.implings.ImplingsPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Implings", description="Highlight nearby implings on the minimap and on-screen", tags={"hunter","minimap","overlay","imp"}) public class ImplingsPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description ImplingsPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onNpcChanged(NpcChanged npcCompositionChanged)
void
onNpcSpawned(NpcSpawned npcSpawned)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Field Detail
-
isTarget
public final Function<NPC,HighlightedNpc> isTarget
-
-
Method Detail
-
onNpcSpawned
@Subscribe public void onNpcSpawned(NpcSpawned npcSpawned)
-
onNpcChanged
@Subscribe public void onNpcChanged(NpcChanged npcCompositionChanged)
-
-