Interface Game


public interface Game
  • Method Summary

    Modifier and Type
    Method
    Description
    all waves of the current round
     
    int
    -1 if invalid (round one untracked)
    boolean
    false if round 1 start was not detected during current runtime
    int
    1-indexed 0 if waiting for start 31 on prison represents escape
    int
    helicopter timer also incrementing
    default Instant
    not to be used for timing
  • Method Details

    • round

      int round()
      1-indexed 0 if waiting for start 31 on prison represents escape
    • gameMode

      @Nonnull GameMode gameMode()
    • startDate

      @Nullable default Instant startDate()
      not to be used for timing
    • roundTime

      int roundTime()
      helicopter timer also incrementing
    • gameTime

      int gameTime()
      -1 if invalid (round one untracked)
    • currentWaves

      @Nonnull Wave[] currentWaves()
      all waves of the current round
    • isGameTimeValid

      boolean isGameTimeValid()
      false if round 1 start was not detected during current runtime