player composition: add isFemale
This commit is contained in:
@@ -32,6 +32,13 @@ import net.runelite.api.kit.KitType;
|
|||||||
*/
|
*/
|
||||||
public interface PlayerComposition
|
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.
|
* Gets an array of IDs related to equipment slots.
|
||||||
* <p>
|
* <p>
|
||||||
|
|||||||
Reference in New Issue
Block a user