Package net.runelite.client.game
Class NPCManager
- java.lang.Object
-
- net.runelite.client.game.NPCManager
-
@Singleton public class NPCManager extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetHealth(int npcId)NpcInfogetNpcInfo(int npcId)
-
-
-
Method Detail
-
getNpcInfo
@Nullable public NpcInfo getNpcInfo(int npcId)
-
getHealth
@Nullable public java.lang.Integer getHealth(int npcId)
-
-