moagg.game.control.weapon.turret.aiming
Class RandomAimingStrategy

java.lang.Object
  extended by moagg.game.control.weapon.turret.aiming.AbstractAimingStrategy
      extended by moagg.game.control.weapon.turret.aiming.RandomAimingStrategy
All Implemented Interfaces:
AimingStrategy

public class RandomAimingStrategy
extends AbstractAimingStrategy


Constructor Summary
RandomAimingStrategy()
           
 
Method Summary
 int getAngle(Turret turret, AbstractBarrel barrel, GameControl gameControl)
           
 
Methods inherited from class moagg.game.control.weapon.turret.aiming.AbstractAimingStrategy
getCenterAngle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomAimingStrategy

public RandomAimingStrategy()
Method Detail

getAngle

public int getAngle(Turret turret,
                    AbstractBarrel barrel,
                    GameControl gameControl)


Copyright © 2008. All Rights Reserved.