java.lang.Objectgreenfoot.Actor
Arrow
public class Arrow
Class that represents a green arrow
| Constructor Summary | |
|---|---|
Arrow()
Constructor for the objects of class Arrow. |
|
| Method Summary | |
|---|---|
void |
act()
Act - do whatever the Arrow 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 Arrow()
| Method Detail |
|---|
public void act()
act in class greenfoot.Actor