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 IResourceName |
EYES |
static java.util.List<IResourceName> |
FOOTWEAR |
static java.util.List<IResourceName> |
HAIR |
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() |
org.newdawn.slick.Color |
getEyeColor() |
org.newdawn.slick.Color |
getFavoriteColor() |
int |
getFootwear() |
org.newdawn.slick.Color |
getFootwearColor() |
int |
getHair() |
org.newdawn.slick.Color |
getHairColor() |
java.lang.String |
getName() |
int |
getPants() |
org.newdawn.slick.Color |
getPantsColor() |
int |
getShirt() |
org.newdawn.slick.Color |
getShirtColor() |
int |
getSleeves() |
org.newdawn.slick.Color |
getSleevesColor() |
void |
load(DataSet set) |
void |
save(DataSet set) |
void |
setAccessory(int accessory) |
void |
setBase(int base) |
void |
setEyeColor(org.newdawn.slick.Color eyeColor) |
void |
setFavoriteColor(org.newdawn.slick.Color color) |
void |
setFootwear(int footwear) |
void |
setFootwearColor(org.newdawn.slick.Color footwearColor) |
void |
setHair(int hair) |
void |
setHairColor(org.newdawn.slick.Color hairColor) |
void |
setName(java.lang.String name) |
void |
setPants(int pants) |
void |
setPantsColor(org.newdawn.slick.Color pantsColor) |
void |
setShirt(int shirt) |
void |
setShirtColor(org.newdawn.slick.Color shirtColor) |
void |
setSleeves(int sleeves) |
void |
setSleevesColor(org.newdawn.slick.Color sleevesColor) |
static final IResourceName EYES
static final java.util.List<IResourceName> BASE
static final java.util.List<IResourceName> SHIRT
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
void save(DataSet set)
void load(DataSet set)
org.newdawn.slick.Color getFavoriteColor()
void setFavoriteColor(org.newdawn.slick.Color color)
java.lang.String getName()
void setName(java.lang.String name)
int getBase()
org.newdawn.slick.Color getEyeColor()
int getShirt()
org.newdawn.slick.Color getShirtColor()
int getSleeves()
org.newdawn.slick.Color getSleevesColor()
int getPants()
org.newdawn.slick.Color getPantsColor()
int getFootwear()
org.newdawn.slick.Color getFootwearColor()
int getHair()
org.newdawn.slick.Color getHairColor()
int getAccessory()
void setBase(int base)
void setEyeColor(org.newdawn.slick.Color eyeColor)
void setShirt(int shirt)
void setShirtColor(org.newdawn.slick.Color shirtColor)
void setSleeves(int sleeves)
void setSleevesColor(org.newdawn.slick.Color sleevesColor)
void setPants(int pants)
void setPantsColor(org.newdawn.slick.Color pantsColor)
void setFootwear(int footwear)
void setFootwearColor(org.newdawn.slick.Color footwearColor)
void setHair(int hair)
void setHairColor(org.newdawn.slick.Color hairColor)
void setAccessory(int accessory)