Package | Description |
---|---|
skyproc | |
skyproc.genenums |
Modifier and Type | Method and Description |
---|---|
FirstPersonFlags |
RACE.getBodyBipedObject() |
FirstPersonFlags |
RACE.getHairBipedObject() |
FirstPersonFlags |
RACE.getHeadBipedObject() |
FirstPersonFlags |
RACE.getShieldBipedObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
BodyTemplate.get(BodyTemplate.BodyTemplateType type,
FirstPersonFlags part) |
void |
BodyTemplate.set(BodyTemplate.BodyTemplateType type,
FirstPersonFlags flag,
boolean on) |
void |
RACE.setBodyBipedObject(FirstPersonFlags object) |
void |
RACE.setHairBipedObject(FirstPersonFlags object) |
void |
RACE.setHeadBipedObject(FirstPersonFlags object) |
void |
RACE.setShieldBipedObject(FirstPersonFlags object) |
Modifier and Type | Method and Description |
---|---|
static FirstPersonFlags |
FirstPersonFlags.getValue(int val) |
static FirstPersonFlags |
FirstPersonFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FirstPersonFlags[] |
FirstPersonFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|