Package | Description |
---|---|
skyproc | |
skyproc.genenums |
Modifier and Type | Method and Description |
---|---|
ActorValue |
MGEF.getPrimaryAV() |
ActorValue |
MGEF.getResistanceAV() |
ActorValue |
MGEF.getSecondAV() |
ActorValue |
RACE.getSkillBoostSkill(int boostIndex) |
ActorValue |
MGEF.getSkillType() |
ActorValue |
BOOK.getTeachesAV() |
Modifier and Type | Method and Description |
---|---|
void |
MGEF.setPrimaryAV(ActorValue val) |
void |
MGEF.setResistanceAV(ActorValue val) |
void |
MGEF.setSecondAV(ActorValue val) |
void |
RACE.setSkillBoost(int boostIndex,
ActorValue skill,
int value) |
void |
MGEF.setSkillType(ActorValue val) |
void |
BOOK.setTeachesAV(ActorValue val) |
Modifier and Type | Method and Description |
---|---|
static ActorValue |
ActorValue.value(int in) |
static ActorValue |
ActorValue.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActorValue[] |
ActorValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
ActorValue.value(ActorValue in) |