Enum Class BooleanOption

java.lang.Object
java.lang.Enum<BooleanOption>
dev.despical.tntrun.option.BooleanOption
All Implemented Interfaces:
ConfigOption<Boolean>, Serializable, Comparable<BooleanOption>, Constable

public enum BooleanOption extends Enum<BooleanOption> implements ConfigOption<Boolean>
  • Enum Constant Details

    • DEBUG

      public static final BooleanOption DEBUG
    • LEVEL_BAR_TIMER

      public static final BooleanOption LEVEL_BAR_TIMER
    • CHAT_DEAD_CHAT_VISIBLE_TO_ALIVE

      public static final BooleanOption CHAT_DEAD_CHAT_VISIBLE_TO_ALIVE
    • CHAT_DISABLE_IN_GAME

      public static final BooleanOption CHAT_DISABLE_IN_GAME
    • CHAT_ENABLE_FORMATTING

      public static final BooleanOption CHAT_ENABLE_FORMATTING
    • CHAT_SEPARATE

      public static final BooleanOption CHAT_SEPARATE
    • DISABLE_COMMANDS_WHILE_PLAYING

      public static final BooleanOption DISABLE_COMMANDS_WHILE_PLAYING
    • EVENT_PROFILING_ENABLED

      public static final BooleanOption EVENT_PROFILING_ENABLED
    • EVENT_PROFILING_VERBOSE

      public static final BooleanOption EVENT_PROFILING_VERBOSE
    • INSTANT_LEAVE

      public static final BooleanOption INSTANT_LEAVE
    • JUMP_BAR

      public static final BooleanOption JUMP_BAR
    • NAME_TAGS_HIDDEN

      public static final BooleanOption NAME_TAGS_HIDDEN
    • SCOREBOARD_ENABLED

      public static final BooleanOption SCOREBOARD_ENABLED
    • UPDATE_NOTIFIER

      public static final BooleanOption UPDATE_NOTIFIER
  • Method Details

    • values

      public static BooleanOption[] 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 BooleanOption 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