moagg.model.weapon.ship
Class Blaster

java.lang.Object
  extended by moagg.model.weapon.AbstractWeapon
      extended by moagg.model.weapon.ship.Blaster
All Implemented Interfaces:
Weapon

public class Blaster
extends AbstractWeapon

This class represents a blaster gun for ships.


Constructor Summary
Blaster()
           
Blaster(FireStrategy fireStrategy)
           
 
Method Summary
 
Methods inherited from class moagg.model.weapon.AbstractWeapon
isShoot, setFireStrategy, setShoot, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Blaster

public Blaster()

Blaster

public Blaster(FireStrategy fireStrategy)


Copyright © 2008. All Rights Reserved.