|
||||||||||
| 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.LevelEntrance
Class LevelEntrance: This is where lemmings enter a level.
Revision History:
v1.0 (Mar. 28, 2004) - Created the LevelEntrance class
| Constructor Summary | |
LevelEntrance()
Creates a new LevelEntrance 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 LevelEntrance()
LevelEntrance 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 | |||||||||