java.lang.Objectgreenfoot.Actor
QuantumObject
Missile
BulletBill
public class BulletBill
Basically: Dummy class for testing if the bullets work.
| Field Summary | |
|---|---|
static int |
BASE_DAMAGE
|
| Fields inherited from class Missile |
|---|
damage, side |
| Fields inherited from class QuantumObject |
|---|
destroysOnNextTurn, disappear, mantissa, speed |
| Constructor Summary | |
|---|---|
BulletBill()
|
|
BulletBill(int level)
|
|
| Method Summary | |
|---|---|
void |
act()
|
| Methods inherited from class Missile |
|---|
getDamage, getSide, hit, setDamage, setSide |
| Methods inherited from class QuantumObject |
|---|
getDestroysOnNextTurn, getSpeed, hit, hit, move, setDestroysOnNextTurn, setSpeed |
| 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 |
| Field Detail |
|---|
public static final int BASE_DAMAGE
| Constructor Detail |
|---|
public BulletBill()
public BulletBill(int level)
| Method Detail |
|---|
public void act()
act in class Missile