JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
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
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
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
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
withoutCluster
public String withoutCluster ()