NpcDefinition

public class NpcDefinition implements Identifiable, Named

Constructors

NpcDefinition
Link copied to clipboard
void NpcDefinition(RSNPCDefinition npcDefinition)

Functions

get
Link copied to clipboard
static Optional<NpcDefinitionget(int id)
getActions
Link copied to clipboard
List<StringgetActions()
getCombatLevel
Link copied to clipboard
int getCombatLevel()
getId
Link copied to clipboard
int getId()
Gets the ID of the entity
getName
Link copied to clipboard
String getName()
Determines the name of the entity of the object this method is called on.
getSize
Link copied to clipboard
int getSize()
isPet
Link copied to clipboard
boolean isPet()