com.croftsoft.apps.mars.model
Interface Game

All Superinterfaces:
GameAccessor
All Known Implementing Classes:
SeriGame

public interface Game
extends GameAccessor

Interface for a Game object.

Since:
2003-04-14
Version:
2003-04-17
Author:
David Wallace Croft

Method Summary
 Tank getPlayerTank()
           
 double getTimeFactorDefault()
           
 Timekeeper getTimekeeper()
           
 void update()
           
 
Methods inherited from interface com.croftsoft.apps.mars.model.GameAccessor
getLevel, getPath, getPlayerTankAccessor, getWorldAccessor
 

Method Detail

getPlayerTank

Tank getPlayerTank()

getTimeFactorDefault

double getTimeFactorDefault()

getTimekeeper

Timekeeper getTimekeeper()

update

void update()

CroftSoft Javadoc

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