api: add high alch price to item composition

This commit is contained in:
Adam
2020-06-27 12:21:08 -04:00
parent 3067628eff
commit 5ab04030b8

View File

@@ -91,9 +91,18 @@ public interface ItemComposition
* @return the general store value of the item
*
* @see Constants#HIGH_ALCHEMY_MULTIPLIER
* @see ItemComposition#getHaPrice()
*/
int getPrice();
/**
* Get the high alchemy price for this item. All items have a high alchemy price,
* but not all items can be alched.
*
* @return the high alch price
*/
int getHaPrice();
/**
* Checks whether the item is members only.
*