moagg.model.weapon.ship
Class Laser

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

public class Laser
extends AbstractWeapon

This class represents a laser gun for ships.


Constructor Summary
Laser()
           
Laser(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

Laser

public Laser()

Laser

public Laser(FireStrategy fireStrategy)


Copyright © 2008. All Rights Reserved.