public interface IPlayerDesign
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<ResourceName> |
ACCESSORIES |
static java.util.List<ResourceName> |
ARMS |
static java.util.List<ResourceName> |
BASE |
static java.util.List<ResourceName> |
BEARD |
static java.util.List<ResourceName> |
EYEBROWS |
static ResourceName |
EYES |
static java.util.List<ResourceName> |
FOOTWEAR |
static java.util.List<ResourceName> |
HAIR |
static java.util.List<ResourceName> |
MOUTH |
static java.util.List<ResourceName> |
PANTS |
static java.util.List<ResourceName> |
SHIRT |
static java.util.List<ResourceName> |
SLEEVES |
| Modifier and Type | Method and Description |
|---|---|
int |
getAccessory() |
int |
getBase() |
int |
getBeard() |
int |
getBeardColor() |
int |
getEyebrows() |
int |
getEyebrowsColor() |
int |
getEyeColor() |
int |
getFavoriteColor() |
int |
getFootwear() |
int |
getFootwearColor() |
int |
getHair() |
int |
getHairColor() |
int |
getMouth() |
java.lang.String |
getName() |
int |
getPants() |
int |
getPantsColor() |
int |
getShirt() |
int |
getShirtColor() |
int |
getSleeves() |
int |
getSleevesColor() |
boolean |
isFemale() |
void |
setAccessory(int accessory) |
void |
setBase(int base) |
void |
setBeard(int beard) |
void |
setBeardColor(int beardColor) |
void |
setEyebrows(int eyebrows) |
void |
setEyebrowsColor(int eyebrowsColor) |
void |
setEyeColor(int eyeColor) |
void |
setFavoriteColor(int color) |
void |
setFemale(boolean female) |
void |
setFootwear(int footwear) |
void |
setFootwearColor(int footwearColor) |
void |
setHair(int hair) |
void |
setHairColor(int hairColor) |
void |
setMouth(int mouth) |
void |
setName(java.lang.String name) |
void |
setPants(int pants) |
void |
setPantsColor(int pantsColor) |
void |
setShirt(int shirt) |
void |
setShirtColor(int shirtColor) |
void |
setSleeves(int sleeves) |
void |
setSleevesColor(int sleevesColor) |
@ApiInternal static final ResourceName EYES
@ApiInternal static final java.util.List<ResourceName> BASE
static final java.util.List<ResourceName> SHIRT
@ApiInternal static final java.util.List<ResourceName> ARMS
static final java.util.List<ResourceName> SLEEVES
static final java.util.List<ResourceName> PANTS
static final java.util.List<ResourceName> FOOTWEAR
static final java.util.List<ResourceName> HAIR
static final java.util.List<ResourceName> ACCESSORIES
static final java.util.List<ResourceName> EYEBROWS
static final java.util.List<ResourceName> MOUTH
static final java.util.List<ResourceName> BEARD
int getFavoriteColor()
@ApiInternal void setFavoriteColor(int color)
java.lang.String getName()
@ApiInternal void setName(java.lang.String name)
int getBase()
@ApiInternal void setBase(int base)
int getEyeColor()
@ApiInternal void setEyeColor(int eyeColor)
int getShirt()
@ApiInternal void setShirt(int shirt)
int getShirtColor()
@ApiInternal void setShirtColor(int shirtColor)
int getSleeves()
@ApiInternal void setSleeves(int sleeves)
int getSleevesColor()
@ApiInternal void setSleevesColor(int sleevesColor)
int getPants()
@ApiInternal void setPants(int pants)
int getPantsColor()
@ApiInternal void setPantsColor(int pantsColor)
int getFootwear()
@ApiInternal void setFootwear(int footwear)
int getFootwearColor()
@ApiInternal void setFootwearColor(int footwearColor)
int getHair()
@ApiInternal void setHair(int hair)
int getHairColor()
@ApiInternal void setHairColor(int hairColor)
int getAccessory()
@ApiInternal void setAccessory(int accessory)
int getEyebrows()
@ApiInternal void setEyebrows(int eyebrows)
int getMouth()
@ApiInternal void setMouth(int mouth)
int getBeard()
@ApiInternal void setBeard(int beard)
int getBeardColor()
@ApiInternal void setBeardColor(int beardColor)
int getEyebrowsColor()
@ApiInternal void setEyebrowsColor(int eyebrowsColor)
boolean isFemale()
@ApiInternal void setFemale(boolean female)