Package zombie.characters
Class CharacterSoundEmitter
java.lang.Object
zombie.characters.BaseCharacterSoundEmitter
zombie.characters.CharacterSoundEmitter
- All Implemented Interfaces:
ICommonSoundEmitter
public final class CharacterSoundEmitter
extends BaseCharacterSoundEmitter
implements ICommonSoundEmitter
-
Field Summary
Fields inherited from class zombie.characters.BaseCharacterSoundEmitter
character -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanhasSustainPoints(long long1) booleanisClear()booleanisEmpty()booleanisPlaying(long long1) booleanvoidplayFootsteps(String string, float float1) longlonglonglongplaySoundImpl(String string, IsoObject object) longplayVocals(String string) voidregister()voidset(float float1, float float2, float float3) voidsetParameterValue(long long1, FMOD_STUDIO_PARAMETER_DESCRIPTION fMOD_STUDIO_PARAMETER_DESCRIPTION, float float1) voidsetPitch(long long1, float float1) voidsetPos(float float1, float float2, float float3) voidsetVolume(long long1, float float1) voidstopAll()voidstopOrTriggerSound(long long1) voidstopOrTriggerSoundByName(String string) intstopSound(long long1) intstopSoundByName(String string) voidstopSoundLocal(long long1) voidtick()voidtriggerCue(long long1) void
-
Constructor Details
-
CharacterSoundEmitter
-
-
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 interfaceICommonSoundEmitter- Specified by:
playSoundin classBaseCharacterSoundEmitter
-
playSound
- Specified by:
playSoundin interfaceICommonSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseCharacterSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImplin classBaseCharacterSoundEmitter
-
tick
public void tick()- Specified by:
tickin interfaceICommonSoundEmitter- Specified by:
tickin classBaseCharacterSoundEmitter
-
setPos
public void setPos(float float1, float float2, float float3) - Specified by:
setPosin interfaceICommonSoundEmitter
-
set
public void set(float float1, float float2, float float3) - Specified by:
setin classBaseCharacterSoundEmitter
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceICommonSoundEmitter
-
isClear
public boolean isClear()- Specified by:
isClearin classBaseCharacterSoundEmitter
-
setPitch
public void setPitch(long long1, float float1) - Specified by:
setPitchin interfaceICommonSoundEmitter- Specified by:
setPitchin classBaseCharacterSoundEmitter
-
setVolume
public void setVolume(long long1, float float1) - Specified by:
setVolumein interfaceICommonSoundEmitter- Specified by:
setVolumein classBaseCharacterSoundEmitter
-
hasSustainPoints
public boolean hasSustainPoints(long long1) - Specified by:
hasSustainPointsin interfaceICommonSoundEmitter
-
triggerCue
public void triggerCue(long long1) - Specified by:
triggerCuein interfaceICommonSoundEmitter
-
stopSound
public int stopSound(long long1) - Specified by:
stopSoundin interfaceICommonSoundEmitter- Specified by:
stopSoundin classBaseCharacterSoundEmitter
-
stopSoundLocal
public void stopSoundLocal(long long1) - Specified by:
stopSoundLocalin classBaseCharacterSoundEmitter
-
stopOrTriggerSound
public void stopOrTriggerSound(long long1) - Specified by:
stopOrTriggerSoundin interfaceICommonSoundEmitter- Specified by:
stopOrTriggerSoundin classBaseCharacterSoundEmitter
-
stopOrTriggerSoundByName
- Specified by:
stopOrTriggerSoundByNamein interfaceICommonSoundEmitter- 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 long1) - Specified by:
isPlayingin interfaceICommonSoundEmitter- Specified by:
isPlayingin classBaseCharacterSoundEmitter
-
isPlaying
- Specified by:
isPlayingin interfaceICommonSoundEmitter- Specified by:
isPlayingin classBaseCharacterSoundEmitter
-
setParameterValue
public void setParameterValue(long long1, FMOD_STUDIO_PARAMETER_DESCRIPTION fMOD_STUDIO_PARAMETER_DESCRIPTION, float float1) - Specified by:
setParameterValuein classBaseCharacterSoundEmitter
-