|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.gatech.cs2335.lemmings.engine.Portal
edu.gatech.cs2335.lemmings.engine.FlingTrap
Class FlingTrap: when the lemming comes close to this one, it flings him.
Revision History:
v1.0 (Apr. 22, 2004) - Created the FlingTrap class
| Constructor Summary | |
FlingTrap()
Creates a new FlingTrap instance. |
|
| Method Summary | |
void |
processLemmingEntry(Lemming l)
This function will be called when a lemming enters this portal. |
| Methods inherited from class edu.gatech.cs2335.lemmings.engine.Portal |
cleanUp, getAnimation, getExtent, getParent, getPhysics, setAnimation, setExtent, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FlingTrap()
FlingTrap instance.
| Method Detail |
public void processLemmingEntry(Lemming l)
processLemmingEntry in class Portall - a Lemming value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||