NpcDefinition

Constructors

Link copied to clipboard
constructor(npcDefinition: RSNPCDefinition)

Functions

Link copied to clipboard
open fun get(id: Int): Optional<NpcDefinition>
Link copied to clipboard
open fun getActions(): List<String>
Link copied to clipboard
open fun getCombatLevel(): Int
Link copied to clipboard
open fun getId(): Int
Gets the ID of the entity
Link copied to clipboard
open fun getName(): String
Determines the name of the entity of the object this method is called on.
Link copied to clipboard
open fun getSize(): Int
Link copied to clipboard
open fun isPet(): Boolean