|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object moagg.game.control.handler.WarheadHandler
public class WarheadHandler
Takes care of creating projectiles for objects that are currently shooting.
Constructor Summary | |
---|---|
WarheadHandler()
|
Method Summary | |
---|---|
protected WarheadHandler |
getWarheadHandler(Warhead warhead)
|
void |
update(InternalGameControl gameControl,
long elapsedTime)
|
protected void |
updateObject(ShootableWithWarheadObject object,
InternalGameControl gameControl,
long elapsedTime)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WarheadHandler()
Method Detail |
---|
public void update(InternalGameControl gameControl, long elapsedTime)
update
in interface GameControlHandler
protected void updateObject(ShootableWithWarheadObject object, InternalGameControl gameControl, long elapsedTime)
protected WarheadHandler getWarheadHandler(Warhead warhead)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |