Package zombie.audio
Class DummySoundEmitter
java.lang.Object
zombie.audio.BaseSoundEmitter
zombie.audio.DummySoundEmitter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanhasSustainPoints(long long1) booleanisEmpty()booleanisPlaying(long long1) booleanlongplayAmbientLoopedImpl(String string) longplayAmbientSound(String string) longplayClip(GameSoundClip gameSoundClip, IsoObject object) longlonglonglongplaySound(String string, IsoGameCharacter gameCharacter) longplaySound(String string, IsoGridSquare square) longlongplaySoundImpl(String string, boolean boolean1, IsoObject object) longplaySoundImpl(String string, IsoGridSquare square) longplaySoundImpl(String string, IsoObject object) longplaySoundLooped(String string) longplaySoundLoopedImpl(String string) voidbooleanrestart(long long1) voidset3D(long long1, boolean boolean1) 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) voidsetTimelinePosition(long long1, String string) voidsetVolume(long long1, float float1) voidsetVolumeAll(float float1) voidstopAll()voidstopOrTriggerSound(long long1) voidstopOrTriggerSoundByName(String string) intstopSound(long long1) intstopSoundByName(String string) voidstopSoundLocal(long long1) voidtick()voidtriggerCue(long long1)
-
Constructor Details
-
DummySoundEmitter
public DummySoundEmitter()
-
-
Method Details
-
randomStart
public void randomStart()- Specified by:
randomStartin classBaseSoundEmitter
-
setPos
public void setPos(float float1, float float2, float float3) - Specified by:
setPosin classBaseSoundEmitter
-
stopSound
public int stopSound(long long1) - Specified by:
stopSoundin classBaseSoundEmitter
-
stopSoundLocal
public void stopSoundLocal(long long1) - Specified by:
stopSoundLocalin classBaseSoundEmitter
-
stopSoundByName
- Specified by:
stopSoundByNamein classBaseSoundEmitter
-
stopOrTriggerSound
public void stopOrTriggerSound(long long1) - Specified by:
stopOrTriggerSoundin classBaseSoundEmitter
-
stopOrTriggerSoundByName
- Specified by:
stopOrTriggerSoundByNamein classBaseSoundEmitter
-
setVolume
public void setVolume(long long1, float float1) - Specified by:
setVolumein classBaseSoundEmitter
-
setPitch
public void setPitch(long long1, float float1) - Specified by:
setPitchin classBaseSoundEmitter
-
hasSustainPoints
public boolean hasSustainPoints(long long1) - Specified by:
hasSustainPointsin classBaseSoundEmitter
-
setParameterValue
public void setParameterValue(long long1, FMOD_STUDIO_PARAMETER_DESCRIPTION fMOD_STUDIO_PARAMETER_DESCRIPTION, float float1) - Specified by:
setParameterValuein classBaseSoundEmitter
-
setTimelinePosition
- Specified by:
setTimelinePositionin classBaseSoundEmitter
-
triggerCue
public void triggerCue(long long1) - Specified by:
triggerCuein classBaseSoundEmitter
-
set3D
public void set3D(long long1, boolean boolean1) - Specified by:
set3Din classBaseSoundEmitter
-
setVolumeAll
public void setVolumeAll(float float1) - Specified by:
setVolumeAllin classBaseSoundEmitter
-
stopAll
public void stopAll()- Specified by:
stopAllin classBaseSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImplin classBaseSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImplin classBaseSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImplin classBaseSoundEmitter
-
playClip
- Specified by:
playClipin classBaseSoundEmitter
-
playAmbientSound
- Specified by:
playAmbientSoundin classBaseSoundEmitter
-
tick
public void tick()- Specified by:
tickin classBaseSoundEmitter
-
hasSoundsToStart
public boolean hasSoundsToStart()- Specified by:
hasSoundsToStartin classBaseSoundEmitter
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin classBaseSoundEmitter
-
isPlaying
public boolean isPlaying(long long1) - Specified by:
isPlayingin classBaseSoundEmitter
-
isPlaying
- Specified by:
isPlayingin classBaseSoundEmitter
-
restart
public boolean restart(long long1) - Specified by:
restartin classBaseSoundEmitter
-
playSoundLooped
- Specified by:
playSoundLoopedin classBaseSoundEmitter
-
playSoundLoopedImpl
- Specified by:
playSoundLoopedImplin classBaseSoundEmitter
-
playAmbientLoopedImpl
- Specified by:
playAmbientLoopedImplin classBaseSoundEmitter
-