Package zombie.characters
Class ZombieVocalsManager
java.lang.Object
zombie.characters.BaseZombieSoundManager
zombie.characters.ZombieVocalsManager
public class ZombieVocalsManager extends BaseZombieSoundManager
-
Field Summary
Fields Modifier and Type Field Description static ZombieVocalsManager
instance
Fields inherited from class zombie.characters.BaseZombieSoundManager
characters
-
Constructor Summary
Constructors Constructor Description ZombieVocalsManager()
-
Method Summary
Modifier and Type Method Description void
playSound(IsoZombie zombie)
void
postUpdate()
Methods inherited from class zombie.characters.BaseZombieSoundManager
addCharacter, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
Constructor Details
-
ZombieVocalsManager
public ZombieVocalsManager()
-
-
Method Details
-
playSound
- Specified by:
playSound
in classBaseZombieSoundManager
-
postUpdate
public void postUpdate()- Specified by:
postUpdate
in classBaseZombieSoundManager
-