implement api changes

This commit is contained in:
ThatGamerBlue
2020-07-16 19:31:09 +01:00
parent 9fc44d80de
commit 5a3992b5c4
5 changed files with 75 additions and 6 deletions

View File

@@ -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.
*

View File

@@ -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>