java.lang.Objectgreenfoot.World
Level
public class Level
Level Class
Constructor Summary | |
---|---|
Level()
Creates and sets up the Pac-Man level. |
Method Summary | |
---|---|
GhostHealer |
getGhostHealer()
returns the ghostHealer, where Ghost's go to be healed. |
Methods inherited from class greenfoot.World |
---|
addObject, getBackground, getCellSize, getColorAt, getHeight, getObjects, getObjectsAt, getWidth, isTiled, removeObject, removeObjects, repaint, setBackground, setBackground, setTiled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Level()
Method Detail |
---|
public GhostHealer getGhostHealer()