Class Worm

java.lang.Object
  extended by greenfoot.Actor
      extended by Animal
          extended by Worm

public class Worm
extends Animal

Worm. Ein Sandwurm. Sehr lecker. Vor allem Krabben mögen ihn. Author: Michael Kolling


Constructor Summary
Worm()
           
 
Method Summary
 
Methods inherited from class Animal
act, atWorldEdge, canSee, eat, move, turn
 
Methods inherited from class greenfoot.Actor
addedToWorld, getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWorld, getX, getY, intersects, setImage, setImage, setLocation, setRotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Worm

public Worm()