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