robocode.control.snapshot
Interface IScoreSnapshot
- Comparable
public interface IScoreSnapshot
extends Comparable
Interface of a robot/team score snapshot.
- Pavel Savara (original)
- Flemming N. Larsen (contributor)
getCurrentBulletDamageScore
public double getCurrentBulletDamageScore()
Returns the current bullet damage score.
- the current bullet damage score.
getCurrentBulletKillBonus
public double getCurrentBulletKillBonus()
Returns the current bullet kill bonus.
- the current bullet kill bonus.
getCurrentRammingDamageScore
public double getCurrentRammingDamageScore()
Returns the current ramming damage score.
- the current ramming damage score.
getCurrentRammingKillBonus
public double getCurrentRammingKillBonus()
Returns the current ramming kill bonus.
- the current ramming kill bonus.
getCurrentScore
public double getCurrentScore()
Returns the current score.
getCurrentSurvivalBonus
public double getCurrentSurvivalBonus()
Returns the current survival bonus.
- the current survival bonus.
getCurrentSurvivalScore
public double getCurrentSurvivalScore()
Returns the current survival score.
- the current survival score.
getName
public String getName()
Returns the name of the robot.
getTotalBulletDamageScore
public double getTotalBulletDamageScore()
Returns the total bullet damage score.
- the total bullet damage score.
getTotalBulletKillBonus
public double getTotalBulletKillBonus()
Returns the total bullet kill bonus.
- the total bullet kill bonus.
getTotalFirsts
public int getTotalFirsts()
Returns the total number of first places.
- the total number of first places.
getTotalLastSurvivorBonus
public double getTotalLastSurvivorBonus()
Returns the total last survivor score.
- the total last survivor score.
getTotalRammingDamageScore
public double getTotalRammingDamageScore()
Returns the total ramming damage score.
- the total ramming damage score.
getTotalRammingKillBonus
public double getTotalRammingKillBonus()
Returns the total ramming kill bonus.
- the total ramming kill bonus.
getTotalScore
public double getTotalScore()
Returns the total score.
getTotalSeconds
public int getTotalSeconds()
Returns the total number of second places.
- the total number of second places.
getTotalSurvivalScore
public double getTotalSurvivalScore()
Returns the total survival score.
- the total survival score.
getTotalThirds
public int getTotalThirds()
Returns the total number of third places.
- the total number of third places.