api: add high alch price to item composition
This commit is contained in:
@@ -91,9 +91,18 @@ public interface ItemComposition
|
|||||||
* @return the general store value of the item
|
* @return the general store value of the item
|
||||||
*
|
*
|
||||||
* @see Constants#HIGH_ALCHEMY_MULTIPLIER
|
* @see Constants#HIGH_ALCHEMY_MULTIPLIER
|
||||||
|
* @see ItemComposition#getHaPrice()
|
||||||
*/
|
*/
|
||||||
int getPrice();
|
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.
|
* Checks whether the item is members only.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user