Class WorldSoundManager
java.lang.Object
zombie.WorldSoundManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSound
(Object source, int x, int y, int z, int radius, int volume, boolean stressHumans, float zombieIgnoreDist, float stressMod) addSound
(Object source, int x, int y, int z, int radius, int volume, boolean stressHumans, float zombieIgnoreDist, float stressMod, boolean sourceIsZombie, boolean doSend, boolean remote) addSound
(Object object, int int1, int int2, int int3, int int0, int int4, boolean boolean0, float float0, float float1, boolean boolean2, boolean boolean3, boolean var12, boolean boolean1) addSoundRepeating
(Object source, int x, int y, int z, int radius, int volume, boolean StressHumans) addSoundRepeating
(Object object, int int0, int int1, int int2, int int3, int int4, boolean boolean0, float float0, float float1) getBiggestSoundZomb
(int x, int y, int z, boolean ignoreBySameType, IsoZombie zom) float
getHearingMultiplier
(int int0) float
getHearingMultiplier
(IsoZombie isoZombie) getNew()
getSoundAnimal
(IsoAnimal isoAnimal) float
getSoundAttract
(WorldSoundManager.WorldSound sound, IsoZombie zom) float
getSoundAttractAnimal
(WorldSoundManager.WorldSound worldSound, IsoAnimal isoAnimal) getSoundZomb
(IsoZombie zom) float
getStressFromSounds
(int x, int y, int z) void
void
void
KillCell()
void
render()
void
update()
-
Field Details
-
instance
-
SoundList
-
-
Constructor Details
-
WorldSoundManager
public WorldSoundManager()
-
-
Method Details
-
init
-
initFrame
public void initFrame() -
KillCell
public void KillCell() -
getNew
-
addSound
public WorldSoundManager.WorldSound addSound(Object source, int x, int y, int z, int radius, int volume) -
addSound
public WorldSoundManager.WorldSound addSound(Object source, int x, int y, int z, int radius, int volume, boolean stressHumans) -
addSound
public WorldSoundManager.WorldSound addSound(Object source, int x, int y, int z, int radius, int volume, boolean stressHumans, float zombieIgnoreDist, float stressMod) -
addSoundRepeating
public WorldSoundManager.WorldSound addSoundRepeating(Object object, int int0, int int1, int int2, int int3, int int4, boolean boolean0, float float0, float float1) -
addSound
public WorldSoundManager.WorldSound addSound(Object source, int x, int y, int z, int radius, int volume, boolean stressHumans, float zombieIgnoreDist, float stressMod, boolean sourceIsZombie, boolean doSend, boolean remote) -
addSound
public WorldSoundManager.WorldSound addSound(Object object, int int1, int int2, int int3, int int0, int int4, boolean boolean0, float float0, float float1, boolean boolean2, boolean boolean3, boolean var12, boolean boolean1) -
addSoundRepeating
public WorldSoundManager.WorldSound addSoundRepeating(Object source, int x, int y, int z, int radius, int volume, boolean StressHumans) -
getSoundZomb
-
getSoundAnimal
-
getBiggestSoundZomb
public WorldSoundManager.ResultBiggestSound getBiggestSoundZomb(int x, int y, int z, boolean ignoreBySameType, IsoZombie zom) -
getSoundAttract
-
getSoundAttractAnimal
-
getStressFromSounds
public float getStressFromSounds(int x, int y, int z) -
update
public void update() -
render
public void render() -
getHearingMultiplier
-
getHearingMultiplier
public float getHearingMultiplier(int int0)
-