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