battlecode.common
public class Clock extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getBytecodeNum()
Returns the number of bytecodes the current robot has executed since the beginning
of the current round.
|
static int |
getBytecodesLeft()
Returns the number of bytecodes this robot has left in this round.
|
static int |
getRoundNum()
Returns the current round number, where round 0 is the first round of the match.
|
public static int getBytecodeNum()
public static int getRoundNum()
public static int getBytecodesLeft()