moagg.game.control.weapon
Interface ProjectileFactory

All Known Subinterfaces:
ProjectileFactoryDecorator
All Known Implementing Classes:
AbstractProjectileFactoryImpl, AbstractProjectileFactoryImpl, BackDecoratorProjectileFactoryImpl, BlasterFactoryImpl, BlasterFactoryImpl, BlasterFactoryImpl, DoubleDecoratorProjectileFactoryImpl, FixedProjectileFactoryImpl, LaserFactoryImpl, LaserFactoryImpl, LaserFactoryImpl, MissileFactoryImpl, RandomProjectileFactoryImpl, SmartProjectileFactoryImpl, TripleDecoratorProjectileFactoryImpl

public interface ProjectileFactory


Method Summary
 void createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 

Method Detail

createProjectile

void createProjectile(ShooterObject shooter,
                      Weapon weapon,
                      InternalGameControl gameControl)


Copyright © 2008. All Rights Reserved.