Enum Class PlayerValue

java.lang.Object
java.lang.Enum<PlayerValue>
xericker.arenalegends.playerdata.storage.value.PlayerValue
All Implemented Interfaces:
Serializable, Comparable<PlayerValue>, Constable

public enum PlayerValue extends Enum<PlayerValue>
  • Enum Constant Details

    • LAST_RATING

      public static final PlayerValue LAST_RATING
    • TOTAL_GOLD

      public static final PlayerValue TOTAL_GOLD
    • TOTAL_GEMS

      public static final PlayerValue TOTAL_GEMS
    • SHOP_PROVIDER

      public static final PlayerValue SHOP_PROVIDER
    • BOSS_DISPLAY

      public static final PlayerValue BOSS_DISPLAY
    • AUGMENT_TIER_ROLLED

      public static final PlayerValue AUGMENT_TIER_ROLLED
    • ANVILS_TO_ROLL

      public static final PlayerValue ANVILS_TO_ROLL
    • MYTHICS_TO_ROLL

      public static final PlayerValue MYTHICS_TO_ROLL
    • SPECTATING_DELAY

      public static final PlayerValue SPECTATING_DELAY
    • DUMMY_PLAYER_MOVED

      public static final PlayerValue DUMMY_PLAYER_MOVED
    • SPECTATING_MATCHUP

      public static final PlayerValue SPECTATING_MATCHUP
    • SHOP_REMINDER_SENT

      public static final PlayerValue SHOP_REMINDER_SENT
    • SHOP_REMINDER_OPEN

      public static final PlayerValue SHOP_REMINDER_OPEN
    • SHOP_REMINDER_INDEX

      public static final PlayerValue SHOP_REMINDER_INDEX
    • SHOP_OPEN_AFTER_CLOSE

      public static final PlayerValue SHOP_OPEN_AFTER_CLOSE
  • Method Details

    • values

      public static PlayerValue[] 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 PlayerValue 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
    • isPersistent

      public boolean isPersistent()