public class PlaySoundEvent extends SoundEvent
SoundEvent.SoundSourceEventEvent.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
SoundCategory |
category |
java.lang.String |
name |
ISound |
result |
ISound |
sound |
manager| Constructor and Description |
|---|
PlaySoundEvent(SoundManager manager,
ISound sound,
SoundCategory category) |
getResultgetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic final java.lang.String name
public final ISound sound
public final SoundCategory category
public ISound result
public PlaySoundEvent(SoundManager manager, ISound sound, SoundCategory category)