|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object moagg.model.warhead.grenade.StarBurstWarhead
public class StarBurstWarhead
Constructor Summary | |
---|---|
StarBurstWarhead(Grenade grenade)
|
Method Summary | |
---|---|
Grenade |
getGrenade()
|
boolean |
isExploderTimerExpired()
|
void |
setExploderDelay(long exploderDelay)
|
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 StarBurstWarhead(Grenade grenade)
Method Detail |
---|
public Grenade getGrenade()
public void setExploderDelay(long exploderDelay)
public boolean isExploderTimerExpired()
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 |