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 ZombieVocalsManagerinstanceFields inherited from class zombie.characters.BaseZombieSoundManager
characters -
Constructor Summary
Constructors Constructor Description ZombieVocalsManager() -
Method Summary
Modifier and Type Method Description voidplaySound(IsoZombie zombie)voidpostUpdate()Methods inherited from class zombie.characters.BaseZombieSoundManager
addCharacter, updateMethods 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:
playSoundin classBaseZombieSoundManager
-
postUpdate
public void postUpdate()- Specified by:
postUpdatein classBaseZombieSoundManager
-