|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object moagg.model.weapon.WeaponDecorator moagg.model.weapon.ship.DoubleDecorator
public class DoubleDecorator
This class represents a variant of the "standard" blaster where two shots are fired at the same time.
Constructor Summary | |
---|---|
DoubleDecorator()
|
|
DoubleDecorator(Weapon weapon)
|
Method Summary | |
---|---|
int |
getDistance()
|
void |
setDistance(int distance)
|
Methods inherited from class moagg.model.weapon.WeaponDecorator |
---|
getWeapon, isShoot, setShoot, setWeapon, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoubleDecorator()
public DoubleDecorator(Weapon weapon)
Method Detail |
---|
public void setDistance(int distance)
public int getDistance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |