|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.gatech.cs2335.lemmings.physics.PhysicsObject
edu.gatech.cs2335.lemmings.engine.PrettySprite
edu.gatech.cs2335.lemmings.engine.LemmingDrown
Class LemmingDrown: This pretty sprite is created when the lemming drowns.
Revision History:
v1.0 (Apr. 14, 2004) - Created the LemmingDrown class
| Constructor Summary | |
LemmingDrown()
Creates a new LemmingDrown instance. |
|
| Method Summary | |
protected boolean |
canKillSelf()
Should return true when the sprite is ready to kill self. |
| Methods inherited from class edu.gatech.cs2335.lemmings.engine.PrettySprite |
cleanUp, getAnimation, getLevel, setAnimation, setLevel, updateSprite |
| Methods inherited from class edu.gatech.cs2335.lemmings.physics.PhysicsObject |
accelerate, getGravityUpdates, getPosition, getVelocity, isFalling, setGravityUpdates, setPosition, setPosition, setVelocity, toString, updatePosition, updatePosition, updateVelocity |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LemmingDrown()
LemmingDrown instance.
| Method Detail |
protected boolean canKillSelf()
canKillSelf in class PrettySpriteboolean value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||