|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectActor
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()
A day in the life of a quantum object: 1. |
| Methods inherited from class Missile |
|---|
getDamage, getSide, hit, setDamage, setSide |
| Methods inherited from class QuantumObject |
|---|
getDestroysOnNextTurn, getSpeed, move, setDestroysOnNextTurn, setSpeed |
| 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(int level)
public BulletBill()
| Method Detail |
|---|
public void act()
QuantumObject
act in class Missile
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||