Package zombie
Class AmbientSoundManager
java.lang.Object
zombie.BaseAmbientStreamManager
zombie.AmbientSoundManager
public class AmbientSoundManager extends BaseAmbientStreamManager
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAmbientSoundManager.Ambient -
Field Summary
Fields Modifier and Type Field Description java.util.ArrayListambientbooleaninitialized -
Constructor Summary
Constructors Constructor Description AmbientSoundManager() -
Method Summary
Modifier and Type Method Description voidaddAmbient(java.lang.String string, int int1, int int2, int int3, float float1)voidaddAmbientEmitter(float float1, float float2, int int1, java.lang.String string)voidaddBlend(java.lang.String string, float float1, boolean boolean1, boolean boolean2, boolean boolean3, boolean boolean4)voidaddDaytimeAmbientEmitter(float float1, float float2, int int1, java.lang.String string)protected voidaddRandomAmbient()voiddoAlarm(RoomDef roomDef)voiddoGunEvent()voiddoOneShotAmbients()voidinit()voidstop()voidupdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ambient
public java.util.ArrayList ambient -
initialized
public boolean initialized
-
-
Constructor Details
-
AmbientSoundManager
public AmbientSoundManager()
-
-
Method Details
-
update
public void update()- Specified by:
updatein classBaseAmbientStreamManager
-
addAmbient
public void addAmbient(java.lang.String string, int int1, int int2, int int3, float float1)- Specified by:
addAmbientin classBaseAmbientStreamManager
-
addAmbientEmitter
public void addAmbientEmitter(float float1, float float2, int int1, java.lang.String string)- Specified by:
addAmbientEmitterin classBaseAmbientStreamManager
-
addDaytimeAmbientEmitter
public void addDaytimeAmbientEmitter(float float1, float float2, int int1, java.lang.String string)- Specified by:
addDaytimeAmbientEmitterin classBaseAmbientStreamManager
-
doOneShotAmbients
public void doOneShotAmbients()- Specified by:
doOneShotAmbientsin classBaseAmbientStreamManager
-
init
public void init()- Specified by:
initin classBaseAmbientStreamManager
-
addBlend
public void addBlend(java.lang.String string, float float1, boolean boolean1, boolean boolean2, boolean boolean3, boolean boolean4)- Specified by:
addBlendin classBaseAmbientStreamManager
-
addRandomAmbient
protected void addRandomAmbient()- Specified by:
addRandomAmbientin classBaseAmbientStreamManager
-
doGunEvent
public void doGunEvent()- Specified by:
doGunEventin classBaseAmbientStreamManager
-
doAlarm
- Specified by:
doAlarmin classBaseAmbientStreamManager
-
stop
public void stop()- Specified by:
stopin classBaseAmbientStreamManager
-