api: add player composition colors

This commit is contained in:
Adam
2021-04-15 16:34:08 -04:00
parent e3840ca1fa
commit c2621e236e

View File

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