Uses of Interface
moagg.model.weapon.FireStrategy

Packages that use FireStrategy
moagg.model.weapon   
moagg.model.weapon.ship   
moagg.model.weapon.tank   
 

Uses of FireStrategy in moagg.model.weapon
 

Classes in moagg.model.weapon that implement FireStrategy
 class ContinuousFireStrategy
          This fire strategy is firing continuous shots with a settable reload time in-between when the "fire button" is pressed.
 class SingleFireStrategy
          This fire strategy is firing only one shot when the "fire button" is pressed.
 

Methods in moagg.model.weapon with parameters of type FireStrategy
 void AbstractWeapon.setFireStrategy(FireStrategy fireStrategy)
           
 

Uses of FireStrategy in moagg.model.weapon.ship
 

Constructors in moagg.model.weapon.ship with parameters of type FireStrategy
Blaster(FireStrategy fireStrategy)
           
Laser(FireStrategy fireStrategy)
           
 

Uses of FireStrategy in moagg.model.weapon.tank
 

Constructors in moagg.model.weapon.tank with parameters of type FireStrategy
Blaster(FireStrategy fireStrategy)
           
Laser(FireStrategy fireStrategy)
           
 



Copyright © 2008. All Rights Reserved.