moagg.game.control.weapon.tank
Class BlasterFactoryImpl

java.lang.Object
  extended by moagg.game.control.weapon.tank.BlasterFactoryImpl
All Implemented Interfaces:
ProjectileFactory

public class BlasterFactoryImpl
extends java.lang.Object
implements ProjectileFactory


Constructor Summary
BlasterFactoryImpl()
           
 
Method Summary
protected  Projectile createProjectile(int x, int y, double a)
           
 void createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlasterFactoryImpl

public BlasterFactoryImpl()
Method Detail

createProjectile

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

createProjectile

protected Projectile createProjectile(int x,
                                      int y,
                                      double a)


Copyright © 2008. All Rights Reserved.