Package zombie.characters
Class DummyCharacterSoundEmitter
java.lang.Object
zombie.characters.BaseCharacterSoundEmitter
zombie.characters.DummyCharacterSoundEmitter
public final class DummyCharacterSoundEmitter extends BaseCharacterSoundEmitter
-
Field Summary
Fields inherited from class zombie.characters.BaseCharacterSoundEmitter
character -
Constructor Summary
Constructors Constructor Description DummyCharacterSoundEmitter(IsoGameCharacter gameCharacter) -
Method Summary
Modifier and Type Method Description booleanhasSoundsToStart()booleanhasSustainPoints(long long1)booleanisClear()booleanisPlaying(long long1)booleanisPlaying(java.lang.String string)voidplayFootsteps(java.lang.String string, float float1)longplaySound(java.lang.String string)longplaySound(java.lang.String string, IsoObject object)longplaySoundImpl(java.lang.String string, IsoObject object)longplayVocals(java.lang.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)voidsetVolume(long long1, float float1)voidstopAll()voidstopOrTriggerSound(long long1)voidstopOrTriggerSoundByName(java.lang.String string)intstopSound(long long1)intstopSoundByName(java.lang.String string)voidtick()voidunregister()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
public long playVocals(java.lang.String string)- Specified by:
playVocalsin classBaseCharacterSoundEmitter
-
playFootsteps
public void playFootsteps(java.lang.String string, float float1)- Specified by:
playFootstepsin classBaseCharacterSoundEmitter
-
playSound
public long playSound(java.lang.String string)- 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 float1, float float2, float float3)- Specified by:
setin classBaseCharacterSoundEmitter
-
isClear
public boolean isClear()- Specified by:
isClearin classBaseCharacterSoundEmitter
-
setPitch
public void setPitch(long long1, float float1)- Specified by:
setPitchin classBaseCharacterSoundEmitter
-
setVolume
public void setVolume(long long1, float float1)- Specified by:
setVolumein classBaseCharacterSoundEmitter
-
stopSound
public int stopSound(long long1)- Specified by:
stopSoundin classBaseCharacterSoundEmitter
-
stopOrTriggerSound
public void stopOrTriggerSound(long long1)- Specified by:
stopOrTriggerSoundin classBaseCharacterSoundEmitter
-
stopOrTriggerSoundByName
public void stopOrTriggerSoundByName(java.lang.String string)- Specified by:
stopOrTriggerSoundByNamein classBaseCharacterSoundEmitter
-
stopAll
public void stopAll()- Specified by:
stopAllin classBaseCharacterSoundEmitter
-
stopSoundByName
public int stopSoundByName(java.lang.String string)- Specified by:
stopSoundByNamein classBaseCharacterSoundEmitter
-
hasSoundsToStart
public boolean hasSoundsToStart()- Specified by:
hasSoundsToStartin classBaseCharacterSoundEmitter
-
isPlaying
public boolean isPlaying(long long1)- Specified by:
isPlayingin classBaseCharacterSoundEmitter
-
isPlaying
public boolean isPlaying(java.lang.String string)- Specified by:
isPlayingin classBaseCharacterSoundEmitter
-
setParameterValue
public void setParameterValue(long long1, FMOD_STUDIO_PARAMETER_DESCRIPTION fMOD_STUDIO_PARAMETER_DESCRIPTION, float float1)- Specified by:
setParameterValuein classBaseCharacterSoundEmitter
-
hasSustainPoints
public boolean hasSustainPoints(long long1)
-