com.croftsoft.apps.mars.net
Interface GameInitAccessor
- All Known Implementing Classes:
- GameInit
public interface GameInitAccessor
Accessor interface for GameInit.
- Since:
- 2003-05-30
- Version:
- 2003-05-30
- Author:
- David Wallace Croft
getTimeFactorDefault
double getTimeFactorDefault()
getRandomSeed
long getRandomSeed()
getInitialPlayerX
double getInitialPlayerX()
getInitialPlayerY
double getInitialPlayerY()
getAmmoDumps
int getAmmoDumps()
getObstacles
int getObstacles()
getWorldWidth
int getWorldWidth()
getWorldHeight
int getWorldHeight()
getFriendColor
Color getFriendColor()
getEnemyColor
Color getEnemyColor()
getTimeDeltaMax
double getTimeDeltaMax()
getAttemptsMax
int getAttemptsMax()
getObstacleRadiusMax
double getObstacleRadiusMax()
getObstacleRadiusMin
double getObstacleRadiusMin()
getPlayerTimeout
long getPlayerTimeout()
getAmmoDumpGrowth
double getAmmoDumpGrowth()
getAmmoDumpMax
double getAmmoDumpMax()
getAmmoDumpExplosion
double getAmmoDumpExplosion()
getAmmoDumpZ
double getAmmoDumpZ()
CroftSoft Apps Javadoc (2008-09-28 21:15:07)