Package net.runelite.client.game
Class NpcInfo
- java.lang.Object
-
- net.runelite.client.game.NpcInfo
-
public class NpcInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description NpcInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
getHitpoints()
int
hashCode()
void
setHitpoints(int hitpoints)
String
toString()
-
-
-
Method Detail
-
getHitpoints
public int getHitpoints()
-
setHitpoints
public void setHitpoints(int hitpoints)
-
canEqual
protected boolean canEqual(Object other)
-
-