Enum Class DataKey

java.lang.Object
java.lang.Enum<DataKey>
dev.unnm3d.redischat.datamanagers.DataKey
All Implemented Interfaces:
Serializable, Comparable<DataKey>, Constable

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

    • CHAT_CHANNEL

      public static final DataKey CHAT_CHANNEL
    • GLOBAL_CHANNEL

      public static final DataKey GLOBAL_CHANNEL
    • CHANNEL_UPDATE

      public static final DataKey CHANNEL_UPDATE
    • REJOIN_CHANNEL

      public static final DataKey REJOIN_CHANNEL
    • PLAYERLIST

      public static final DataKey PLAYERLIST
    • MAIL_UPDATE_CHANNEL

      public static final DataKey MAIL_UPDATE_CHANNEL
    • PLAYER_ACTIVE_CHANNELS

      public static final DataKey PLAYER_ACTIVE_CHANNELS
    • CHANNELS

      public static final DataKey CHANNELS
    • PLAYER_CHANNELS_PREFIX

      public static final DataKey PLAYER_CHANNELS_PREFIX
    • ACTIVE_CHANNEL_ID

      public static final DataKey ACTIVE_CHANNEL_ID
    • IGNORE_PREFIX

      public static final DataKey IGNORE_PREFIX
    • MUTED_ENTITIES

      public static final DataKey MUTED_ENTITIES
    • RATE_LIMIT_PREFIX

      public static final DataKey RATE_LIMIT_PREFIX
    • REPLY

      public static final DataKey REPLY
    • PLAYER_PLACEHOLDERS

      public static final DataKey PLAYER_PLACEHOLDERS
    • INVSHARE_ITEM

      public static final DataKey INVSHARE_ITEM
    • INVSHARE_INVENTORY

      public static final DataKey INVSHARE_INVENTORY
    • INVSHARE_ENDERCHEST

      public static final DataKey INVSHARE_ENDERCHEST
    • SPYING_LIST

      public static final DataKey SPYING_LIST
    • PRIVATE_MAIL_PREFIX

      public static final DataKey PRIVATE_MAIL_PREFIX
    • PUBLIC_MAIL

      public static final DataKey PUBLIC_MAIL
    • MUTED_UPDATE

      public static final DataKey MUTED_UPDATE
    • WHITELIST_ENABLED_PLAYERS

      public static final DataKey WHITELIST_ENABLED_PLAYERS
    • WHITELIST_ENABLED_UPDATE

      public static final DataKey WHITELIST_ENABLED_UPDATE
    • READ_MAIL_MAP

      public static final DataKey READ_MAIL_MAP
  • Method Details

    • values

      public static DataKey[] 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 DataKey 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<DataKey>
    • withoutCluster

      public String withoutCluster()