Interface Game
public interface Game
-
Method Summary
Modifier and TypeMethodDescriptionWave[]all waves of the current roundgameMode()intgameTime()-1 if invalid (round one untracked)booleanfalse if round 1 start was not detected during current runtimeintround()1-indexed 0 if waiting for start 31 on prison represents escapeinthelicopter timer also incrementingdefault Instantnot to be used for timing
-
Method Details
-
round
int round()1-indexed 0 if waiting for start 31 on prison represents escape -
gameMode
-
startDate
not to be used for timing -
roundTime
int roundTime()helicopter timer also incrementing -
gameTime
int gameTime()-1 if invalid (round one untracked) -
currentWaves
all waves of the current round -
isGameTimeValid
boolean isGameTimeValid()false if round 1 start was not detected during current runtime
-