com.croftsoft.apps.mars.ai
Interface TankOperator

All Known Implementing Classes:
DefaultTankOperator, DirectedTankOperator, PlayerTankOperator

public interface TankOperator

Operates a tank.

Since:
2003-03-30
Version:
2003-04-30
Author:
David Wallace Croft

Method Summary
 void fire()
           
 Iterator getPath()
           
 void go(PointXY destination)
           
 void setTankConsole(TankConsole tankConsole)
           
 void update(double timeDelta)
           
 

Method Detail

fire

void fire()

go

void go(PointXY destination)

setTankConsole

void setTankConsole(TankConsole tankConsole)

update

void update(double timeDelta)

getPath

Iterator getPath()

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)