java.io.Serializable
, java.lang.Comparable<ProtocolLibrary.GMCPCommand>
public static enum ProtocolLibrary.GMCPCommand extends java.lang.Enum<ProtocolLibrary.GMCPCommand>
Modifier and Type | Method | Description |
---|---|---|
static ProtocolLibrary.GMCPCommand |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ProtocolLibrary.GMCPCommand[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtocolLibrary.GMCPCommand core_hello
public static final ProtocolLibrary.GMCPCommand core_supports_set
public static final ProtocolLibrary.GMCPCommand core_supports_add
public static final ProtocolLibrary.GMCPCommand core_supports_remove
public static final ProtocolLibrary.GMCPCommand core_keepalive
public static final ProtocolLibrary.GMCPCommand core_ping
public static final ProtocolLibrary.GMCPCommand core_goodbye
public static final ProtocolLibrary.GMCPCommand char_login
public static final ProtocolLibrary.GMCPCommand char_vitals
public static final ProtocolLibrary.GMCPCommand char_statusvars
public static final ProtocolLibrary.GMCPCommand char_status
public static final ProtocolLibrary.GMCPCommand char_base
public static final ProtocolLibrary.GMCPCommand char_maxstats
public static final ProtocolLibrary.GMCPCommand char_worth
public static final ProtocolLibrary.GMCPCommand char_items_inv
public static final ProtocolLibrary.GMCPCommand char_items_contents
public static final ProtocolLibrary.GMCPCommand char_skills_get
public static final ProtocolLibrary.GMCPCommand group
public static final ProtocolLibrary.GMCPCommand room_info
public static final ProtocolLibrary.GMCPCommand room_items_inv
public static final ProtocolLibrary.GMCPCommand room_items_contents
public static final ProtocolLibrary.GMCPCommand room_mobiles
public static final ProtocolLibrary.GMCPCommand room_players
public static final ProtocolLibrary.GMCPCommand comm_channel
public static final ProtocolLibrary.GMCPCommand comm_channel_players
public static final ProtocolLibrary.GMCPCommand ire_composer_setbuffer
public static final ProtocolLibrary.GMCPCommand request_room
public static final ProtocolLibrary.GMCPCommand request_area
public static final ProtocolLibrary.GMCPCommand request_char
public static final ProtocolLibrary.GMCPCommand request_sectors
public static final ProtocolLibrary.GMCPCommand request_group
public static final ProtocolLibrary.GMCPCommand request_quest
public static final ProtocolLibrary.GMCPCommand rawcolor
public static final ProtocolLibrary.GMCPCommand request
public static final ProtocolLibrary.GMCPCommand maplevel
public static final ProtocolLibrary.GMCPCommand client
public static final ProtocolLibrary.GMCPCommand client_version
public static final ProtocolLibrary.GMCPCommand external_discord_hello
public static ProtocolLibrary.GMCPCommand[] values()
for (ProtocolLibrary.GMCPCommand c : ProtocolLibrary.GMCPCommand.values()) System.out.println(c);
public static ProtocolLibrary.GMCPCommand valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null