Enum Class KingdomsConfig.Chat

java.lang.Object
java.lang.Enum<KingdomsConfig.Chat>
org.kingdoms.config.KingdomsConfig.Chat
All Implemented Interfaces:
Serializable, Comparable<KingdomsConfig.Chat>, Constable, EnumConfig
Enclosing class:
KingdomsConfig

public static enum KingdomsConfig.Chat extends Enum<KingdomsConfig.Chat> implements EnumConfig
  • Enum Constant Details

    • RESET_CHANNEL_ON_LEAVE

      public static final KingdomsConfig.Chat RESET_CHANNEL_ON_LEAVE
    • GLOBAL_CHANNEL_FORMAT

      public static final KingdomsConfig.Chat GLOBAL_CHANNEL_FORMAT
    • GLOBAL_CHANNEL_PARSE_AS_PLACEHOLDER

      public static final KingdomsConfig.Chat GLOBAL_CHANNEL_PARSE_AS_PLACEHOLDER
    • GLOBAL_CHANNEL_RELATIONAL_PLACEHOLDERS_COLOR

      public static final KingdomsConfig.Chat GLOBAL_CHANNEL_RELATIONAL_PLACEHOLDERS_COLOR
    • GLOBAL_CHANNEL_RELATIONAL_PLACEHOLDERS_NAME

      public static final KingdomsConfig.Chat GLOBAL_CHANNEL_RELATIONAL_PLACEHOLDERS_NAME
    • DISCORDSRV_PRIVATE_CHANNEL

      public static final KingdomsConfig.Chat DISCORDSRV_PRIVATE_CHANNEL
    • DISCORDSRV_GLOBAL_CHANNEL

      public static final KingdomsConfig.Chat DISCORDSRV_GLOBAL_CHANNEL
    • DISCORDSRV_ANNOUNCEMENTS_INVASION_START

      public static final KingdomsConfig.Chat DISCORDSRV_ANNOUNCEMENTS_INVASION_START
    • DISCORDSRV_ANNOUNCEMENTS_KINGDOM_JOIN

      public static final KingdomsConfig.Chat DISCORDSRV_ANNOUNCEMENTS_KINGDOM_JOIN
    • DISCORDSRV_ANNOUNCEMENTS_KINGDOM_LEAVE

      public static final KingdomsConfig.Chat DISCORDSRV_ANNOUNCEMENTS_KINGDOM_LEAVE
    • DISCORDSRV_ANNOUNCEMENTS_NATION_JOIN

      public static final KingdomsConfig.Chat DISCORDSRV_ANNOUNCEMENTS_NATION_JOIN
    • DISCORDSRV_ANNOUNCEMENTS_NATION_LEAVE

      public static final KingdomsConfig.Chat DISCORDSRV_ANNOUNCEMENTS_NATION_LEAVE
    • DISCORDSRV_ANNOUNCEMENTS_INVASION_END_SUCCESS

      public static final KingdomsConfig.Chat DISCORDSRV_ANNOUNCEMENTS_INVASION_END_SUCCESS
    • DISCORDSRV_ANNOUNCEMENTS_INVASION_END_FAIL

      public static final KingdomsConfig.Chat DISCORDSRV_ANNOUNCEMENTS_INVASION_END_FAIL
    • PRIORITY

      public static final KingdomsConfig.Chat PRIORITY
    • CANCEL

      public static final KingdomsConfig.Chat CANCEL
    • RECIPIENTS_RESPECT_OTHERS

      public static final KingdomsConfig.Chat RECIPIENTS_RESPECT_OTHERS
    • RECIPIENTS_CLEAR_WHEN_DONE

      public static final KingdomsConfig.Chat RECIPIENTS_CLEAR_WHEN_DONE
    • TAGGING_ENABLED

      public static final KingdomsConfig.Chat TAGGING_ENABLED
    • TAGGING_PREFIX

      public static final KingdomsConfig.Chat TAGGING_PREFIX
    • CHANNELS_RECIPIENTS_CONDITION

      public static final KingdomsConfig.Chat CHANNELS_RECIPIENTS_CONDITION
    • CHANNELS_USE_CONDITIONS

      public static final KingdomsConfig.Chat CHANNELS_USE_CONDITIONS
    • CHANNELS

      public static final KingdomsConfig.Chat CHANNELS
    • CHANNELS_COLOR

      public static final KingdomsConfig.Chat CHANNELS_COLOR
    • CHANNELS_RANGED_BYPASS_PREFIX

      public static final KingdomsConfig.Chat CHANNELS_RANGED_BYPASS_PREFIX
    • DIRECT_PREFIX

      public static final KingdomsConfig.Chat DIRECT_PREFIX
  • Method Details

    • values

      public static KingdomsConfig.Chat[] 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 KingdomsConfig.Chat 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
    • getManager

      public KeyedYamlConfigAccessor getManager()
      Specified by:
      getManager in interface EnumConfig