moagg.game.control.weapon.sam
Class MissileFactoryImpl

java.lang.Object
  extended by moagg.game.control.weapon.sam.MissileFactoryImpl
All Implemented Interfaces:
ProjectileFactory

public class MissileFactoryImpl
extends java.lang.Object
implements ProjectileFactory


Constructor Summary
MissileFactoryImpl()
           
 
Method Summary
 void createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
protected  double getInitialMissileAngle(Sam sam)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissileFactoryImpl

public MissileFactoryImpl()
Method Detail

createProjectile

public void createProjectile(ShooterObject shooter,
                             Weapon weapon,
                             InternalGameControl gameControl)
Specified by:
createProjectile in interface ProjectileFactory

getInitialMissileAngle

protected double getInitialMissileAngle(Sam sam)


Copyright © 2008. All Rights Reserved.