the name of the item as it appears in game
Gets the real item name, even if the player is on a F2P server. Unlike getName, this will not have " (Members)" at the end on F2P servers.
the real name of the item
Returns the ID of this item. Please note, it may be the Noted / Placeholder variant of this item. We recommend using canonicalize to find an item's real ID from this value
Gets a value specifying whether the item is noted.
799 if noted, -1 otherwise
Gets the item ID of the noted or unnoted variant of this item.
Calling this method on a noted item will result in the ID of itself in unnoted form, and on an unnoted item its noted variant.
the noted or unnoted variant of this item
Gets the item ID of the normal or placeholder variant of this item.
Calling this method on a normal item will result in the ID of itself in placeholder form, and on a placeholder item its normal variant.
the normal or placeholder variant of this item
Gets a value specifying whether the item is a placeholder.
14401 if placeholder, -1 otherwise
Gets the store price of the item.
Although not all items can be found in a store, they have a store price
which can be used to calculate high and low alchemy values. Multiplying
the price by 0.6 and 0.4 gives these high and low
alchemy values, respectively. Use getItemPrice to return the GE / WIKI price of an item
the general store value of the item
Get the high alchemy price for this item. All items have a high alchemy price, but not all items can be alched.
the high alch price
Checks whether the item is members only.
true if members only, false otherwise.
Checks whether the item is able to stack in a players inventory.
true if stackable, false otherwise
Returns whether or not the item can be sold on the grand exchange.
Gets an array of possible right-click menu actions the item has in a player inventory.
the inventory menu actions
Gets the menu action index of the shift-click action.
the index of the shift-click action
Sets the menu action index of the shift-click action.
the new index of the shift-click action
Gets the model ID of the inventory item.
the model ID
Gets the item's name as it appears in game. On a members server, this is always the item's actual name. On a free server, this will be the actual name, with " (Members)" appended to it, e.g. Twisted bow (Members)