Package zombie.characters
Class BaseZombieSoundManager
java.lang.Object
zombie.characters.BaseZombieSoundManager
- Direct Known Subclasses:
ZombieFootstepManager,ZombieThumpManager,ZombieVocalsManager
public abstract class BaseZombieSoundManager
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected java.util.ArrayListcharacters -
Constructor Summary
Constructors Constructor Description BaseZombieSoundManager(int int1, int int2) -
Method Summary
Modifier and Type Method Description voidaddCharacter(IsoZombie zombie)abstract voidplaySound(IsoZombie zombie)abstract voidpostUpdate()voidupdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
characters
protected final java.util.ArrayList characters
-
-
Constructor Details
-
BaseZombieSoundManager
public BaseZombieSoundManager(int int1, int int2)
-
-
Method Details
-
addCharacter
-
update
public void update() -
playSound
-
postUpdate
public abstract void postUpdate()
-