| Modifier and Type | Method and Description |
|---|---|
World |
Actor.getWorld()
Return the world that this actor lives in.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Actor.addedToWorld(World world)
This method is called by the Greenfoot system when this actor has been
inserted into the world.
|
static void |
Greenfoot.setWorld(World world)
Sets the World to run to the one given.
|