Package | Description |
---|---|
skyproc |
Modifier and Type | Method and Description |
---|---|
static NPC_.NPCStat |
NPC_.NPCStat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NPC_.NPCStat[] |
NPC_.NPCStat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
NPC_.get(NPC_.NPCStat stat)
Returns the value of the stat data represented by the given enum.
|
void |
NPC_.set(NPC_.NPCStat stat,
int value)
Sets the value of the stat data represented by the given enum.
|