Uses of Interface
net.runelite.api.NPC
-
Packages that use NPC Package Description net.runelite.api net.runelite.api.events -
-
Uses of NPC in net.runelite.api
Methods in net.runelite.api that return NPC Modifier and Type Method Description NPC
Client. getFollower()
Get the local player's follower, such as a petNPC
Client. getHintArrowNpc()
Gets the NPC that the hint arrow is directed at.NPC
MenuEntry. getNpc()
Get theNPC
this menu entry is targeting, if any.Methods in net.runelite.api that return types with arguments of type NPC Modifier and Type Method Description default List<NPC>
Client. getNpcs()
Deprecated.IndexedObjectSet<? extends NPC>
WorldView. npcs()
Gets all the Non Player Characters in this viewMethods in net.runelite.api with parameters of type NPC Modifier and Type Method Description void
Client. setHintArrow(NPC npc)
Sets a hint arrow to point to the passed NPC. -
Uses of NPC in net.runelite.api.events
Methods in net.runelite.api.events that return NPC Modifier and Type Method Description NPC
NpcChanged. getNpc()
The NPC of which the composition changed.NPC
NpcDespawned. getNpc()
The despawned NPC.NPC
NpcSpawned. getNpc()
The spawned NPC.Constructors in net.runelite.api.events with parameters of type NPC Constructor Description NpcChanged(NPC npc, NPCComposition old)
NpcDespawned(NPC npc)
NpcSpawned(NPC npc)
-