java.lang.Objectgreenfoot.Actor
RightHand
public class RightHand
Class that represents a RightHand object
| Constructor Summary | |
|---|---|
RightHand(greenfoot.GreenfootImage image)
Constructor for objects of class RightHand. |
|
| Method Summary | |
|---|---|
void |
act()
Act - do whatever the RightHand wants to do. |
| Methods inherited from class greenfoot.Actor |
|---|
addedToWorld, getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWorld, 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 |
|---|
public RightHand(greenfoot.GreenfootImage image)
image(GreenfootImage) - the image of the RightHand object.| Method Detail |
|---|
public void act()
act in class greenfoot.Actor