Uses of Class
net.runelite.client.game.npcoverlay.HighlightedNpc
-
Packages that use HighlightedNpc Package Description net.runelite.client.game.npcoverlay net.runelite.client.plugins.implings net.runelite.client.plugins.slayer -
-
Uses of HighlightedNpc in net.runelite.client.game.npcoverlay
Methods in net.runelite.client.game.npcoverlay that return HighlightedNpc Modifier and Type Method Description HighlightedNpc
HighlightedNpc.HighlightedNpcBuilder. build()
Method parameters in net.runelite.client.game.npcoverlay with type arguments of type HighlightedNpc Modifier and Type Method Description void
NpcOverlayService. registerHighlighter(Function<NPC,HighlightedNpc> p)
void
NpcOverlayService. unregisterHighlighter(Function<NPC,HighlightedNpc> p)
-
Uses of HighlightedNpc in net.runelite.client.plugins.implings
Fields in net.runelite.client.plugins.implings with type parameters of type HighlightedNpc Modifier and Type Field Description Function<NPC,HighlightedNpc>
ImplingsPlugin. isTarget
-
Uses of HighlightedNpc in net.runelite.client.plugins.slayer
Fields in net.runelite.client.plugins.slayer with type parameters of type HighlightedNpc Modifier and Type Field Description Function<NPC,HighlightedNpc>
SlayerPlugin. isTarget
-