ItemDefinition

Constructors

Link copied to clipboard
constructor(itemDefinition: RSItemDefinition)

Functions

Link copied to clipboard
open fun get(id: Int): Optional<ItemDefinition>
Link copied to clipboard
open fun getActions(): List<String>
Gets the inventory actions for this item
Link copied to clipboard
open fun getBaseValue(): Int
Link copied to clipboard
Gets the equipment actions for this item
Link copied to clipboard
Link copied to clipboard
open fun getHighAlchValue(): Int
Link copied to clipboard
open fun getId(): Int
Gets the ID of the entity
Link copied to clipboard
open fun getLegacyDefinition(): RSItemDefinition
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 getNotedItemId(): Int
Link copied to clipboard
open fun getPlaceholderId(): Int
Link copied to clipboard
open fun getUnnotedItemId(): Int
Link copied to clipboard
open fun isBankable(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isNoted(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun isStackable(): Boolean