| Package | Description |
|---|---|
| io.github.amyassist.amy.core.audio.sound |
| Modifier and Type | Method and Description |
|---|---|
static SoundPlayer.StopReason |
SoundPlayer.StopReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoundPlayer.StopReason[] |
SoundPlayer.StopReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoundPlayer.setOnStopHook(Consumer<SoundPlayer.StopReason> callback)
Sets the callback, which is called when this player ends playback.
|
Copyright © 2018. All rights reserved.