Package robocode.control.snapshot

Snapshots of the battle turns, robots, bullets, and scores.

See:
          Description

Interface Summary
IBulletSnapshot Interface of a bullet snapshot at a specific time instant in a battle.
IDebugProperty Interface of a debug property, which is a key-value pair.
IRobotSnapshot Interface of a robot snapshot at a specific time instant in a battle.
IScoreSnapshot Interface of a score snapshot at a specific time instant in a battle.
ITurnSnapshot Interface of a battle turn snapshot at a specific time instant in a battle.
 

Class Summary
BulletState Defines a bullet state, where the robot can be: just fired, moving somewhere, hitting a victim, hitting another bullet, hitting the wall, exploded, or inactive when it done an inactivated.
RobotState Defines a robot state, where the robot can be: active on the battlefield, hitting a wall or robot this second, or dead.
 

Package robocode.control.snapshot Description

Snapshots of the battle turns, robots, bullets, and scores.



Copyright © 2010 Robocode. All Rights Reserved.