Package net.runelite.api.events
Class NpcChanged
- java.lang.Object
-
- net.runelite.api.events.NpcChanged
-
-
Constructor Summary
Constructors Constructor Description NpcChanged(NPC npc, NPCComposition old)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
NPC
getNpc()
The NPC of which the composition changed.NPCComposition
getOld()
The old composition of the NPCint
hashCode()
String
toString()
-
-
-
Constructor Detail
-
NpcChanged
public NpcChanged(NPC npc, NPCComposition old)
-
-
Method Detail
-
getNpc
public NPC getNpc()
The NPC of which the composition changed.
-
getOld
public NPCComposition getOld()
The old composition of the NPC
-
-