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 class
WorldSoundManager.ResultBiggestSound
class
WorldSoundManager.WorldSound
-
Field Summary
Fields Modifier and Type Field Description static WorldSoundManager
instance
java.util.ArrayList
SoundList
-
Constructor Summary
Constructors Constructor Description WorldSoundManager()
-
Method Summary
Modifier and Type Method Description WorldSoundManager.WorldSound
addSound(java.lang.Object object, int int1, int int2, int int3, int int4, int int5)
WorldSoundManager.WorldSound
addSound(java.lang.Object object, int int1, int int2, int int3, int int4, int int5, boolean boolean1)
WorldSoundManager.WorldSound
addSound(java.lang.Object object, int int1, int int2, int int3, int int4, int int5, boolean boolean1, float float1, float float2)
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)
WorldSoundManager.WorldSound
addSoundRepeating(java.lang.Object object, int int1, int int2, int int3, int int4, int int5, boolean boolean1)
WorldSoundManager.ResultBiggestSound
getBiggestSoundZomb(int int1, int int2, int int3, boolean boolean1, IsoZombie zombie)
WorldSoundManager.WorldSound
getNew()
float
getSoundAttract(WorldSoundManager.WorldSound worldSound, IsoZombie zombie)
WorldSoundManager.WorldSound
getSoundZomb(IsoZombie zombie)
float
getStressFromSounds(int int1, int int2, int int3)
void
init(IsoCell cell)
void
initFrame()
void
KillCell()
void
render()
void
update()
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()
-