java.lang.Objectgreenfoot.Actor
Prop
Beeper
public final class Beeper
Represents a single beeper on a corner. They may be several of these.
| Constructor Summary | |
|---|---|
Beeper()
|
|
| Method Summary | |
|---|---|
int |
howMany()
Learn how many beepers are on this corner including this beeper. |
| Methods inherited from class Prop |
|---|
usage |
| Methods inherited from class greenfoot.Actor |
|---|
act, 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 |
|---|
public Beeper()
| Method Detail |
|---|
public int howMany()