|
||||||||||
| 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.LemmingsSoul
Class LemmingsSoul: You have failed, The lemming is DEAD, His soul goes to heaven.
Revision History:
v1.0 (Apr. 11, 2004) - Created the LemmingsSoul class
| Constructor Summary | |
LemmingsSoul()
Creates a new LemmingsSoul 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 LemmingsSoul()
LemmingsSoul 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 | |||||||||