public static class Definitions.NpcDefinition
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
float |
getAggroRadius()
Gets the aggro radius.
|
int |
getAttackDamage()
Gets the amount of damage (healthpoints) this NPC deals when attacking the player
(or another NPC).
|
float |
getAttackRange() |
java.lang.String |
getAttackReaction()
Gets the default NPC attack reaction (always uppercase).
|
java.lang.String |
getBehaviour()
Gets the default behaviour of this NPC as String (always uppercase).
|
short |
getHealth()
Gets the NPC default health.
|
short |
getID()
Gets the NPC id.
|
java.lang.String |
getName()
Gets the name of the NPC (always lowercase).
|
java.lang.String |
getNpcType()
Gets the NPC type as String (always uppercase).
|
float |
getRunspeed()
Gets the run speed of the NPC.
|
float |
getWalkspeed()
Gets the walk speed of the NPC.
|
boolean |
hasWalkAnimation() |
public short getID()
public java.lang.String getName()
public java.lang.String getNpcType()
public short getHealth()
public float getAttackRange()
public float getAggroRadius()
public float getWalkspeed()
public boolean hasWalkAnimation()
public float getRunspeed()
public int getAttackDamage()
public java.lang.String getBehaviour()
public java.lang.String getAttackReaction()