Package zombie
Class WorldSoundManager
java.lang.Object
zombie.WorldSoundManager
public final class WorldSoundManager
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorldSoundManager.ResultBiggestSoundclassWorldSoundManager.WorldSound -
Field Summary
Fields Modifier and Type Field Description static WorldSoundManagerinstancejava.util.ArrayListSoundList -
Constructor Summary
Constructors Constructor Description WorldSoundManager() -
Method Summary
Modifier and Type Method Description WorldSoundManager.WorldSoundaddSound(java.lang.Object object, int int1, int int2, int int3, int int4, int int5)WorldSoundManager.WorldSoundaddSound(java.lang.Object object, int int1, int int2, int int3, int int4, int int5, boolean boolean1)WorldSoundManager.WorldSoundaddSound(java.lang.Object object, int int1, int int2, int int3, int int4, int int5, boolean boolean1, float float1, float float2)WorldSoundManager.WorldSoundaddSound(java.lang.Object object, int int1, int int2, int int3, int int4, int int5, boolean boolean1, float float1, float float2, boolean boolean2, boolean boolean3, boolean boolean4)WorldSoundManager.WorldSoundaddSoundRepeating(java.lang.Object object, int int1, int int2, int int3, int int4, int int5, boolean boolean1)WorldSoundManager.ResultBiggestSoundgetBiggestSoundZomb(int int1, int int2, int int3, boolean boolean1, IsoZombie zombie)WorldSoundManager.WorldSoundgetNew()floatgetSoundAttract(WorldSoundManager.WorldSound worldSound, IsoZombie zombie)WorldSoundManager.WorldSoundgetSoundZomb(IsoZombie zombie)floatgetStressFromSounds(int int1, int int2, int int3)voidinit(IsoCell cell)voidinitFrame()voidKillCell()voidrender()voidupdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
SoundList
public final java.util.ArrayList SoundList
-
-
Constructor Details
-
WorldSoundManager
public WorldSoundManager()
-
-
Method Details
-
init
-
initFrame
public void initFrame() -
KillCell
public void KillCell() -
getNew
-
addSound
public WorldSoundManager.WorldSound addSound(java.lang.Object object, int int1, int int2, int int3, int int4, int int5) -
addSound
public WorldSoundManager.WorldSound addSound(java.lang.Object object, int int1, int int2, int int3, int int4, int int5, boolean boolean1) -
addSound
public WorldSoundManager.WorldSound addSound(java.lang.Object object, int int1, int int2, int int3, int int4, int int5, boolean boolean1, float float1, float float2) -
addSound
public WorldSoundManager.WorldSound addSound(java.lang.Object object, int int1, int int2, int int3, int int4, int int5, boolean boolean1, float float1, float float2, boolean boolean2, boolean boolean3, boolean boolean4) -
addSoundRepeating
public WorldSoundManager.WorldSound addSoundRepeating(java.lang.Object object, int int1, int int2, int int3, int int4, int int5, boolean boolean1) -
getSoundZomb
-
getBiggestSoundZomb
public WorldSoundManager.ResultBiggestSound getBiggestSoundZomb(int int1, int int2, int int3, boolean boolean1, IsoZombie zombie) -
getSoundAttract
-
getStressFromSounds
public float getStressFromSounds(int int1, int int2, int int3) -
update
public void update() -
render
public void render()
-