Uses of Interface
net.runelite.api.NPCComposition
-
Packages that use NPCComposition Package Description net.runelite.api net.runelite.api.events -
-
Uses of NPCComposition in net.runelite.api
Methods in net.runelite.api that return NPCComposition Modifier and Type Method Description NPCCompositionNPC. getComposition()Gets the composition of this NPC.NPCCompositionClient. getNpcDefinition(int npcId)Gets the NPC composition corresponding to an NPCs ID.NPCCompositionNPC. getTransformedComposition()Get the composition for this NPC and transform it if requiredNPCCompositionNPCComposition. transform()Get the NPC composition the player's state says this NPC should transmogrify into. -
Uses of NPCComposition in net.runelite.api.events
Methods in net.runelite.api.events that return NPCComposition Modifier and Type Method Description NPCCompositionNpcChanged. getOld()The old composition of the NPCConstructors in net.runelite.api.events with parameters of type NPCComposition Constructor Description NpcChanged(NPC npc, NPCComposition old)
-