Package | Description |
---|---|
skyproc | |
skyproc.genenums |
Modifier and Type | Method and Description |
---|---|
SoundVolume |
MGEF.getSoundVolume() |
SoundVolume |
NPC_.getSoundVolume() |
Modifier and Type | Method and Description |
---|---|
void |
MGEF.setSoundVolume(SoundVolume vol) |
void |
NPC_.setSoundVolume(SoundVolume vol) |
Modifier and Type | Method and Description |
---|---|
static SoundVolume |
SoundVolume.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoundVolume[] |
SoundVolume.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|