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