Class Drzewo

java.lang.Object
  extended by greenfoot.Actor
      extended by Drzewo

public class Drzewo
extends greenfoot.Actor


Constructor Summary
Drzewo()
           
 
Method Summary
 void act()
           
 
Methods inherited from class greenfoot.Actor
addedToWorld, getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWorld, getWorldOfType, getX, getY, intersects, isAtEdge, isTouching, move, removeTouching, setImage, setImage, setLocation, setRotation, turn, turnTowards
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Drzewo

public Drzewo()
Method Detail

act

public void act()
Overrides:
act in class greenfoot.Actor