Enum Class TabLang

java.lang.Object
java.lang.Enum<TabLang>
xericker.arenalegends.lang.TabLang
All Implemented Interfaces:
Serializable, Comparable<TabLang>, Constable

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

    • ERROR

      public static final TabLang ERROR
    • INVALID_ARGUMENTS

      public static final TabLang INVALID_ARGUMENTS
    • PLAYER_NOT_FOUND

      public static final TabLang PLAYER_NOT_FOUND
    • NUMBER_REQUIRED

      public static final TabLang NUMBER_REQUIRED
    • DATA_NOT_FOUND

      public static final TabLang DATA_NOT_FOUND
    • INVALID_NUM_OR_RANGE

      public static final TabLang INVALID_NUM_OR_RANGE
    • RANGE_CANT_NEGATIVE

      public static final TabLang RANGE_CANT_NEGATIVE
    • RANGE_CANT_ZERO

      public static final TabLang RANGE_CANT_ZERO
    • RANGE_MIN_MORE_MAX

      public static final TabLang RANGE_MIN_MORE_MAX
    • NUMBER_OR_RANGE_EXAMPLE

      public static final TabLang NUMBER_OR_RANGE_EXAMPLE
    • INVALID_MENU

      public static final TabLang INVALID_MENU
    • INVALID_GAME

      public static final TabLang INVALID_GAME
    • INVALID_ARENA

      public static final TabLang INVALID_ARENA
    • INVALID_AUGMENT

      public static final TabLang INVALID_AUGMENT
    • INVALID_ITEM

      public static final TabLang INVALID_ITEM
    • INVALID_GAME_SETTING

      public static final TabLang INVALID_GAME_SETTING
    • INVALID_GAME_SETTING_VALUE

      public static final TabLang INVALID_GAME_SETTING_VALUE
    • INVALID_GAME_MODE

      public static final TabLang INVALID_GAME_MODE
    • INVALID_MODIFICATOR

      public static final TabLang INVALID_MODIFICATOR
    • INVALID_MODIFICATOR_VALUE

      public static final TabLang INVALID_MODIFICATOR_VALUE
    • INVALID_STATISTIC

      public static final TabLang INVALID_STATISTIC
    • INVALID_STATISTIC_VALUE

      public static final TabLang INVALID_STATISTIC_VALUE
  • Method Details

    • values

      public static TabLang[] 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 TabLang 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
    • get

      public String get()