public class BasicGameInfo
extends java.lang.Object
Constructor and Description |
---|
BasicGameInfo() |
Modifier and Type | Method and Description |
---|---|
double |
getBestScore()
Gets your current highest score for the round.
|
double |
getHighScore()
Gets the current game leader's score.
|
java.lang.String |
getLastDestroyedBy()
Gets a string representing the last thing that destroyed your ship.
|
int |
getNumDeaths()
Gets the number of times you have died in this game.
|
Point |
getObjectiveLocation()
Gets a potential position of an assigned game location (read game rules for details).
|
double |
getScore()
Gets your current score.
|
double |
getTimeRemaining()
Gets the current time remaining in the round (in seconds).
|
double |
getTotalRoundTime()
Gets the total length of the round for this game (in seconds).
|
java.lang.String |
toString() |
public double getScore()
public double getBestScore()
public double getHighScore()
public int getNumDeaths()
public java.lang.String getLastDestroyedBy()
public double getTimeRemaining()
public double getTotalRoundTime()
Will be 0 if there is currently no time limit.
public Point getObjectiveLocation()
public java.lang.String toString()
toString
in class java.lang.Object