|
||||||||||
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.mortar.AbstractBarrel
public abstract class AbstractBarrel
Constructor Summary | |
---|---|
AbstractBarrel()
|
Method Summary | |
---|---|
long |
getExploderDelay()
|
double |
getSpeed()
|
MortarBarrelWarhead |
getWarhead()
|
void |
setExploderDelay(long exploderDelay)
|
void |
setSpeed(double speed)
|
void |
setWarhead(MortarBarrelWarhead warhead)
|
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 setWarhead(MortarBarrelWarhead warhead)
public MortarBarrelWarhead getWarhead()
public void setSpeed(double speed)
public double getSpeed()
public void setExploderDelay(long exploderDelay)
public long getExploderDelay()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |