Class DummyCharacterSoundEmitter
java.lang.Object
zombie.characters.BaseCharacterSoundEmitter
zombie.characters.DummyCharacterSoundEmitter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanhasSustainPoints(long handle) booleanisClear()booleanisPlaying(long channel) booleanvoidplayFootsteps(String file, float volume) longlonglongplaySoundImpl(String file, IsoObject proxy) longplayVocals(String file) voidregister()voidset(float x, float y, float z) voidsetParameterValue(long soundRef, fmod.fmod.FMOD_STUDIO_PARAMETER_DESCRIPTION parameterDescription, float value) voidsetParameterValueByName(long soundRef, String parameterName, float value) voidsetPitch(long handle, float pitch) voidsetVolume(long handle, float volume) voidstopAll()voidstopOrTriggerSound(long handle) voidvoidstopOrTriggerSoundLocal(long handle) intstopSound(long channel) intstopSoundByName(String soundName) intstopSoundDelayRelease(long channel) voidstopSoundLocal(long handle) voidtick()void
-
Field Details
-
x
public float x -
y
public float y -
z
public float z
-
-
Constructor Details
-
DummyCharacterSoundEmitter
-
-
Method Details
-
register
public void register()- Specified by:
registerin classBaseCharacterSoundEmitter
-
unregister
public void unregister()- Specified by:
unregisterin classBaseCharacterSoundEmitter
-
playVocals
- Specified by:
playVocalsin classBaseCharacterSoundEmitter
-
playFootsteps
- Specified by:
playFootstepsin classBaseCharacterSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseCharacterSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseCharacterSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImplin classBaseCharacterSoundEmitter
-
tick
public void tick()- Specified by:
tickin classBaseCharacterSoundEmitter
-
set
public void set(float x, float y, float z) - Specified by:
setin classBaseCharacterSoundEmitter
-
isClear
public boolean isClear()- Specified by:
isClearin classBaseCharacterSoundEmitter
-
setPitch
public void setPitch(long handle, float pitch) - Specified by:
setPitchin classBaseCharacterSoundEmitter
-
setVolume
public void setVolume(long handle, float volume) - Specified by:
setVolumein classBaseCharacterSoundEmitter
-
stopSound
public int stopSound(long channel) - Specified by:
stopSoundin classBaseCharacterSoundEmitter
-
stopSoundDelayRelease
public int stopSoundDelayRelease(long channel) - Specified by:
stopSoundDelayReleasein classBaseCharacterSoundEmitter
-
stopSoundLocal
public void stopSoundLocal(long handle) - Specified by:
stopSoundLocalin classBaseCharacterSoundEmitter
-
stopOrTriggerSoundLocal
public void stopOrTriggerSoundLocal(long handle) - Specified by:
stopOrTriggerSoundLocalin classBaseCharacterSoundEmitter
-
stopOrTriggerSound
public void stopOrTriggerSound(long handle) - Specified by:
stopOrTriggerSoundin classBaseCharacterSoundEmitter
-
stopOrTriggerSoundByName
- Specified by:
stopOrTriggerSoundByNamein classBaseCharacterSoundEmitter
-
stopAll
public void stopAll()- Specified by:
stopAllin classBaseCharacterSoundEmitter
-
stopSoundByName
- Specified by:
stopSoundByNamein classBaseCharacterSoundEmitter
-
hasSoundsToStart
public boolean hasSoundsToStart()- Specified by:
hasSoundsToStartin classBaseCharacterSoundEmitter
-
isPlaying
public boolean isPlaying(long channel) - Specified by:
isPlayingin classBaseCharacterSoundEmitter
-
isPlaying
- Specified by:
isPlayingin classBaseCharacterSoundEmitter
-
setParameterValue
public void setParameterValue(long soundRef, fmod.fmod.FMOD_STUDIO_PARAMETER_DESCRIPTION parameterDescription, float value) - Specified by:
setParameterValuein classBaseCharacterSoundEmitter
-
setParameterValueByName
- Specified by:
setParameterValueByNamein classBaseCharacterSoundEmitter
-
hasSustainPoints
public boolean hasSustainPoints(long handle)
-