java.lang.Objectgreenfoot.World
MyWorld
public class MyWorld
Write a description of class MyWorld here.
Constructor Summary | |
---|---|
MyWorld()
|
Method Summary | |
---|---|
Counter |
getCounter()
|
static void |
main(int[] f)
|
void |
spawnAnchor()
|
void |
spawnObjects()
|
void |
spawnSpikes()
|
void |
start()
|
Methods inherited from class greenfoot.World |
---|
act, addObject, getBackground, getCellSize, getColorAt, getHeight, getObjects, getObjectsAt, getWidth, numberOfObjects, removeObject, removeObjects, repaint, setActOrder, setBackground, setBackground, setPaintOrder, showText, started, stopped |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyWorld()
Method Detail |
---|
public Counter getCounter()
public static void main(int[] f)
public void spawnAnchor()
public void spawnObjects()
public void spawnSpikes()
public void start()