api: add player composition colors
This commit is contained in:
@@ -39,6 +39,13 @@ public interface PlayerComposition
|
||||
*/
|
||||
boolean isFemale();
|
||||
|
||||
/**
|
||||
* Get the body part colors for this player composition.
|
||||
*
|
||||
* @return an array of the colors, always size 5
|
||||
*/
|
||||
int[] getColors();
|
||||
|
||||
/**
|
||||
* Gets an array of IDs related to equipment slots.
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user