Class AttackTimes


  • public class AttackTimes
    extends java.lang.Object
    • Method Detail

      • setCrackTimeSeconds

        @Deprecated
        public void setCrackTimeSeconds​(AttackTimes.CrackTimeSeconds crackTimeSeconds)
        Deprecated.
        It is recommended to initialize using the constructor.
        Sets the crack time in seconds.
        Parameters:
        crackTimeSeconds - The crack time in seconds.
      • setCrackTimesDisplay

        @Deprecated
        public void setCrackTimesDisplay​(AttackTimes.CrackTimesDisplay crackTimesDisplay)
        Deprecated.
        It is recommended to initialize using the constructor.
        Sets the display representation for the crack times.
        Parameters:
        crackTimesDisplay - The display values for crack times.
      • getScore

        public int getScore()
      • setScore

        @Deprecated
        public void setScore​(int score)
        Deprecated.
        It is recommended to initialize using the constructor.
        Sets the score value.
        Parameters:
        score - The score value.