implement api changes
This commit is contained in:
@@ -75,6 +75,14 @@ public interface ItemDefinition
|
||||
*/
|
||||
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.
|
||||
*
|
||||
|
||||
@@ -31,6 +31,13 @@ import net.runelite.api.kit.KitType;
|
||||
*/
|
||||
public interface PlayerAppearance
|
||||
{
|
||||
/**
|
||||
* Checks if the player is female.
|
||||
*
|
||||
* @return true if the player is female
|
||||
*/
|
||||
boolean isFemale();
|
||||
|
||||
/**
|
||||
* Gets an array of IDs related to equipment slots.
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user