Package zombie.characters
Class ZombieFootstepManager
java.lang.Object
zombie.characters.BaseZombieSoundManager
zombie.characters.ZombieFootstepManager
public class ZombieFootstepManager extends BaseZombieSoundManager
-
Field Summary
Fields Modifier and Type Field Description static ZombieFootstepManager
instance
Fields inherited from class zombie.characters.BaseZombieSoundManager
characters
-
Constructor Summary
Constructors Constructor Description ZombieFootstepManager()
-
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
-
ZombieFootstepManager
public ZombieFootstepManager()
-
-
Method Details
-
playSound
- Specified by:
playSound
in classBaseZombieSoundManager
-
postUpdate
public void postUpdate()- Specified by:
postUpdate
in classBaseZombieSoundManager
-