|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object moagg.model.warhead.NullWarhead
public class NullWarhead
A null implementation that does nothing.
Constructor Summary | |
---|---|
NullWarhead()
|
Method Summary | |
---|---|
void |
update(long elapsedTime)
Must be called by the projectile object for each frame, since warhead implementations may have internal timers of some kind. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullWarhead()
Method Detail |
---|
public void update(long elapsedTime)
Warhead
update
in interface Warhead
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |