Package javatro.core

Enum Class Ante.Blind

java.lang.Object
java.lang.Enum<Ante.Blind>
javatro.core.Ante.Blind
All Implemented Interfaces:
Serializable, Comparable<Ante.Blind>, Constable
Enclosing class:
Ante

public static enum Ante.Blind extends Enum<Ante.Blind>
Enum representing different blind levels with associated multipliers and names.
  • Enum Constant Details

    • SMALL_BLIND

      public static final Ante.Blind SMALL_BLIND
    • LARGE_BLIND

      public static final Ante.Blind LARGE_BLIND
    • BOSS_BLIND

      public static final Ante.Blind BOSS_BLIND
  • Method Details

    • values

      public static Ante.Blind[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Ante.Blind valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getMultiplier

      public double getMultiplier()
      Gets the multiplier associated with this blind.
      Returns:
      The multiplier value.
    • getName

      public String getName()
      Gets the name of the blind.
      Returns:
      The name of the blind.