Package zombie.characters
Class DummyCharacterSoundEmitter
java.lang.Object
zombie.characters.BaseCharacterSoundEmitter
zombie.characters.DummyCharacterSoundEmitter
public class DummyCharacterSoundEmitter extends BaseCharacterSoundEmitter
-
Field Summary
Fields inherited from class zombie.characters.BaseCharacterSoundEmitter
character
-
Constructor Summary
Constructors Constructor Description DummyCharacterSoundEmitter(IsoGameCharacter chr)
-
Method Summary
Modifier and Type Method Description boolean
isClear()
boolean
isPlaying(long channel)
boolean
isPlaying(java.lang.String alias)
void
playFootsteps(java.lang.String file)
long
playSound(java.lang.String file)
long
playSound(java.lang.String file, boolean doWorldSound)
long
playSound(java.lang.String file, IsoObject proxy)
long
playSoundImpl(java.lang.String file, IsoObject proxy)
long
playVocals(java.lang.String file)
void
set(float x, float y, float z)
void
setVolume(long handle, float volume)
int
stopSound(long channel)
void
tick()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DummyCharacterSoundEmitter
-
-
Method Details
-
playVocals
public long playVocals(java.lang.String file)- Specified by:
playVocals
in classBaseCharacterSoundEmitter
-
playFootsteps
public void playFootsteps(java.lang.String file)- Specified by:
playFootsteps
in classBaseCharacterSoundEmitter
-
playSound
public long playSound(java.lang.String file)- Specified by:
playSound
in classBaseCharacterSoundEmitter
-
playSound
public long playSound(java.lang.String file, boolean doWorldSound)- Specified by:
playSound
in classBaseCharacterSoundEmitter
-
playSound
- Specified by:
playSound
in classBaseCharacterSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImpl
in classBaseCharacterSoundEmitter
-
tick
public void tick()- Specified by:
tick
in classBaseCharacterSoundEmitter
-
set
public void set(float x, float y, float z)- Specified by:
set
in classBaseCharacterSoundEmitter
-
isClear
public boolean isClear()- Specified by:
isClear
in classBaseCharacterSoundEmitter
-
setVolume
public void setVolume(long handle, float volume)- Specified by:
setVolume
in classBaseCharacterSoundEmitter
-
stopSound
public int stopSound(long channel)- Specified by:
stopSound
in classBaseCharacterSoundEmitter
-
isPlaying
public boolean isPlaying(long channel)- Specified by:
isPlaying
in classBaseCharacterSoundEmitter
-
isPlaying
public boolean isPlaying(java.lang.String alias)- Specified by:
isPlaying
in classBaseCharacterSoundEmitter
-