Class RunTimes


  • public class RunTimes
    extends Object
    Contains info of all times set for a run.

    This class is immutable and thread-safe.
    See Also:
    Run, Run.getRunTimes()
    • Method Detail

      • getPrimaryTime

        public Duration getPrimaryTime()
        Gets the primary or default time of this run. The timing type is determined by the GameRuleset
        Returns:
        a Duration with the primary time
      • getRealNoLoadsTime

        public Optional<Duration> getRealNoLoadsTime()
        Gets the real with loads removed time of this run.
        Returns:
        a Optional with a Duration with the real with loads removed time