|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object moagg.model.weapon.AbstractWeapon moagg.model.weapon.turret.AbstractBarrel
public abstract class AbstractBarrel
Constructor Summary | |
---|---|
AbstractBarrel()
|
Method Summary | |
---|---|
AbstractAiming |
getAiming()
|
double |
getSpeed()
|
void |
setAiming(AbstractAiming aiming)
|
void |
setSpeed(double speed)
|
Methods inherited from class moagg.model.weapon.AbstractWeapon |
---|
isShoot, setFireStrategy, setShoot, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractBarrel()
Method Detail |
---|
public void setSpeed(double speed)
public double getSpeed()
public void setAiming(AbstractAiming aiming)
public AbstractAiming getAiming()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |