Uses of Interface
moagg.model.object.ShooterObject

Packages that use ShooterObject
moagg.game.control.handler   
moagg.game.control.weapon   
moagg.game.control.weapon.mortar   
moagg.game.control.weapon.sam   
moagg.game.control.weapon.ship   
moagg.game.control.weapon.tank   
moagg.game.control.weapon.turret   
moagg.model.object   
moagg.model.object.sprite   
 

Uses of ShooterObject in moagg.game.control.handler
 

Methods in moagg.game.control.handler with parameters of type ShooterObject
protected  void ShootHandler.handleShoot(ShooterObject shooter, InternalGameControl gameControl)
           
protected  void ShootHandler.handleShoot(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 

Uses of ShooterObject in moagg.game.control.weapon
 

Methods in moagg.game.control.weapon with parameters of type ShooterObject
 void ProjectileFactory.createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 

Uses of ShooterObject in moagg.game.control.weapon.mortar
 

Methods in moagg.game.control.weapon.mortar with parameters of type ShooterObject
 void SmartProjectileFactoryImpl.createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 void RandomProjectileFactoryImpl.createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 void FixedProjectileFactoryImpl.createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 

Uses of ShooterObject in moagg.game.control.weapon.sam
 

Methods in moagg.game.control.weapon.sam with parameters of type ShooterObject
 void MissileFactoryImpl.createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 

Uses of ShooterObject in moagg.game.control.weapon.ship
 

Methods in moagg.game.control.weapon.ship with parameters of type ShooterObject
 void DoubleDecoratorProjectileFactoryImpl.createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 void TripleDecoratorProjectileFactoryImpl.createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 void LaserFactoryImpl.createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 void BackDecoratorProjectileFactoryImpl.createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 void BlasterFactoryImpl.createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 

Uses of ShooterObject in moagg.game.control.weapon.tank
 

Methods in moagg.game.control.weapon.tank with parameters of type ShooterObject
 void LaserFactoryImpl.createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 void BlasterFactoryImpl.createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 

Uses of ShooterObject in moagg.game.control.weapon.turret
 

Methods in moagg.game.control.weapon.turret with parameters of type ShooterObject
 void LaserFactoryImpl.createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 void BlasterFactoryImpl.createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 

Uses of ShooterObject in moagg.model.object
 

Methods in moagg.model.object that return ShooterObject
 ShooterObject ShootableObject.getShooter()
           
 

Uses of ShooterObject in moagg.model.object.sprite
 

Classes in moagg.model.object.sprite that implement ShooterObject
 class GhostShip
           
 class Mortar
           
 class Sam
           
 class Ship
           
 class Tank
           
 class Turret
           
 

Methods in moagg.model.object.sprite that return ShooterObject
 ShooterObject Missile.getShooter()
           
 ShooterObject Projectile.getShooter()
           
 ShooterObject Laser.getShooter()
           
 ShooterObject Grenade.getShooter()
           
 

Methods in moagg.model.object.sprite with parameters of type ShooterObject
 void Missile.setShooter(ShooterObject shooter)
           
 void Projectile.setShooter(ShooterObject shooter)
           
 void Laser.setShooter(ShooterObject shooter)
           
 void Grenade.setShooter(ShooterObject shooter)
           
 



Copyright © 2008. All Rights Reserved.