Class Jez

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

public class Jez
extends greenfoot.Actor


Constructor Summary
Jez()
           
 
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

Jez

public Jez()
Method Detail

act

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