ItemDefinition

public class ItemDefinition implements Identifiable, Named

Constructors

ItemDefinition
Link copied to clipboard
void ItemDefinition(RSItemDefinition itemDefinition)

Functions

get
Link copied to clipboard
static Optional<ItemDefinitionget(int id)
getActions
Link copied to clipboard
List<StringgetActions()
Gets the inventory actions for this item
getBaseValue
Link copied to clipboard
int getBaseValue()
getEquipmentActions
Link copied to clipboard
List<StringgetEquipmentActions()
Gets the equipment actions for this item
getGroundActions
Link copied to clipboard
List<StringgetGroundActions()
getHighAlchValue
Link copied to clipboard
int getHighAlchValue()
getId
Link copied to clipboard
int getId()
Gets the ID of the entity
getLegacyDefinition
Link copied to clipboard
RSItemDefinition getLegacyDefinition()
getName
Link copied to clipboard
String getName()
Determines the name of the entity of the object this method is called on.
getNotedItemId
Link copied to clipboard
int getNotedItemId()
getPlaceholderId
Link copied to clipboard
int getPlaceholderId()
getUnnotedItemId
Link copied to clipboard
int getUnnotedItemId()
isBankable
Link copied to clipboard
boolean isBankable()
isGrandExchangeTradeable
Link copied to clipboard
boolean isGrandExchangeTradeable()
isMembersOnly
Link copied to clipboard
boolean isMembersOnly()
isNoted
Link copied to clipboard
boolean isNoted()
isPlaceholder
Link copied to clipboard
boolean isPlaceholder()
isStackable
Link copied to clipboard
boolean isStackable()