Package zombie.audio
Class DummySoundEmitter
java.lang.Object
zombie.audio.BaseSoundEmitter
zombie.audio.DummySoundEmitter
public class DummySoundEmitter extends BaseSoundEmitter
-
Constructor Summary
Constructors Constructor Description DummySoundEmitter()
-
Method Summary
Modifier and Type Method Description boolean
hasSoundsToStart()
boolean
isEmpty()
boolean
isPlaying(long long1)
boolean
isPlaying(java.lang.String string)
long
playAmbientLoopedImpl(java.lang.String string)
long
playAmbientSound(java.lang.String string)
long
playClip(GameSoundClip gameSoundClip, IsoObject object)
long
playSound(java.lang.String string)
long
playSound(java.lang.String string, boolean boolean1)
long
playSound(java.lang.String string, int int1, int int2, int int3)
long
playSound(java.lang.String string, IsoGridSquare square)
long
playSound(java.lang.String string, IsoObject object)
long
playSoundImpl(java.lang.String string, boolean boolean1, IsoObject object)
long
playSoundImpl(java.lang.String string, IsoGridSquare square)
long
playSoundImpl(java.lang.String string, IsoObject object)
long
playSoundLooped(java.lang.String string)
long
playSoundLoopedImpl(java.lang.String string)
void
randomStart()
void
set3D(long long1, boolean boolean1)
void
setPitch(long long1, float float1)
void
setPos(float float1, float float2, float float3)
void
setVolume(long long1, float float1)
void
setVolumeAll(float float1)
void
stopAll()
int
stopSound(long long1)
int
stopSoundByName(java.lang.String string)
void
tick()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DummySoundEmitter
public DummySoundEmitter()
-
-
Method Details
-
randomStart
public void randomStart()- Specified by:
randomStart
in classBaseSoundEmitter
-
setPos
public void setPos(float float1, float float2, float float3)- Specified by:
setPos
in classBaseSoundEmitter
-
stopSound
public int stopSound(long long1)- Specified by:
stopSound
in classBaseSoundEmitter
-
stopSoundByName
public int stopSoundByName(java.lang.String string)- Specified by:
stopSoundByName
in classBaseSoundEmitter
-
setVolume
public void setVolume(long long1, float float1)- Specified by:
setVolume
in classBaseSoundEmitter
-
setPitch
public void setPitch(long long1, float float1)- Specified by:
setPitch
in classBaseSoundEmitter
-
set3D
public void set3D(long long1, boolean boolean1)- Specified by:
set3D
in classBaseSoundEmitter
-
setVolumeAll
public void setVolumeAll(float float1)- Specified by:
setVolumeAll
in classBaseSoundEmitter
-
stopAll
public void stopAll()- Specified by:
stopAll
in classBaseSoundEmitter
-
playSound
public long playSound(java.lang.String string)- Specified by:
playSound
in classBaseSoundEmitter
-
playSound
public long playSound(java.lang.String string, int int1, int int2, int int3)- Specified by:
playSound
in classBaseSoundEmitter
-
playSound
- Specified by:
playSound
in classBaseSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImpl
in classBaseSoundEmitter
-
playSound
public long playSound(java.lang.String string, boolean boolean1)- Specified by:
playSound
in classBaseSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImpl
in classBaseSoundEmitter
-
playSound
- Specified by:
playSound
in classBaseSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImpl
in classBaseSoundEmitter
-
playClip
- Specified by:
playClip
in classBaseSoundEmitter
-
playAmbientSound
public long playAmbientSound(java.lang.String string)- Specified by:
playAmbientSound
in classBaseSoundEmitter
-
tick
public void tick()- Specified by:
tick
in classBaseSoundEmitter
-
hasSoundsToStart
public boolean hasSoundsToStart()- Specified by:
hasSoundsToStart
in classBaseSoundEmitter
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in classBaseSoundEmitter
-
isPlaying
public boolean isPlaying(long long1)- Specified by:
isPlaying
in classBaseSoundEmitter
-
isPlaying
public boolean isPlaying(java.lang.String string)- Specified by:
isPlaying
in classBaseSoundEmitter
-
playSoundLooped
public long playSoundLooped(java.lang.String string)- Specified by:
playSoundLooped
in classBaseSoundEmitter
-
playSoundLoopedImpl
public long playSoundLoopedImpl(java.lang.String string)- Specified by:
playSoundLoopedImpl
in classBaseSoundEmitter
-
playAmbientLoopedImpl
public long playAmbientLoopedImpl(java.lang.String string)- Specified by:
playAmbientLoopedImpl
in classBaseSoundEmitter
-