moagg.model.weapon
Interface FireStrategy

All Superinterfaces:
Weapon
All Known Implementing Classes:
ContinuousFireStrategy, SingleFireStrategy

public interface FireStrategy
extends Weapon

Every weapon derived from AbstractWeapon uses a fire strategy implementing this interface. Since it's interface is the same as Weapon, it just extends it.


Method Summary
 
Methods inherited from interface moagg.model.weapon.Weapon
isShoot, setShoot, update
 



Copyright © 2008. All Rights Reserved.