player composition: add isFemale

This commit is contained in:
Adam
2020-07-05 17:34:04 -04:00
parent 1087c193bd
commit 11cd19c2ce

View File

@@ -32,6 +32,13 @@ import net.runelite.api.kit.KitType;
*/
public interface PlayerComposition
{
/**
* 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>