com.planet_ink.coffee_mud.Libraries.interfaces
Enum ProtocolLibrary.GMCPCommand
java.lang.Object
java.lang.Enum<ProtocolLibrary.GMCPCommand>
com.planet_ink.coffee_mud.Libraries.interfaces.ProtocolLibrary.GMCPCommand
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ProtocolLibrary.GMCPCommand>
- Enclosing interface:
- ProtocolLibrary
public static enum ProtocolLibrary.GMCPCommand
- extends java.lang.Enum<ProtocolLibrary.GMCPCommand>
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
core_hello
public static final ProtocolLibrary.GMCPCommand core_hello
core_supports_set
public static final ProtocolLibrary.GMCPCommand core_supports_set
core_supports_add
public static final ProtocolLibrary.GMCPCommand core_supports_add
core_supports_remove
public static final ProtocolLibrary.GMCPCommand core_supports_remove
core_keepalive
public static final ProtocolLibrary.GMCPCommand core_keepalive
core_ping
public static final ProtocolLibrary.GMCPCommand core_ping
core_goodbye
public static final ProtocolLibrary.GMCPCommand core_goodbye
char_login
public static final ProtocolLibrary.GMCPCommand char_login
char_vitals
public static final ProtocolLibrary.GMCPCommand char_vitals
char_statusvars
public static final ProtocolLibrary.GMCPCommand char_statusvars
char_status
public static final ProtocolLibrary.GMCPCommand char_status
char_base
public static final ProtocolLibrary.GMCPCommand char_base
char_maxstats
public static final ProtocolLibrary.GMCPCommand char_maxstats
char_worth
public static final ProtocolLibrary.GMCPCommand char_worth
char_items_inv
public static final ProtocolLibrary.GMCPCommand char_items_inv
char_items_contents
public static final ProtocolLibrary.GMCPCommand char_items_contents
char_skills_get
public static final ProtocolLibrary.GMCPCommand char_skills_get
group
public static final ProtocolLibrary.GMCPCommand group
room_info
public static final ProtocolLibrary.GMCPCommand room_info
room_items_inv
public static final ProtocolLibrary.GMCPCommand room_items_inv
room_items_contents
public static final ProtocolLibrary.GMCPCommand room_items_contents
room_mobiles
public static final ProtocolLibrary.GMCPCommand room_mobiles
room_players
public static final ProtocolLibrary.GMCPCommand room_players
comm_channel
public static final ProtocolLibrary.GMCPCommand comm_channel
comm_channel_players
public static final ProtocolLibrary.GMCPCommand comm_channel_players
ire_composer_setbuffer
public static final ProtocolLibrary.GMCPCommand ire_composer_setbuffer
request_room
public static final ProtocolLibrary.GMCPCommand request_room
request_area
public static final ProtocolLibrary.GMCPCommand request_area
request_char
public static final ProtocolLibrary.GMCPCommand request_char
request_sectors
public static final ProtocolLibrary.GMCPCommand request_sectors
request_group
public static final ProtocolLibrary.GMCPCommand request_group
request_quest
public static final ProtocolLibrary.GMCPCommand request_quest
rawcolor
public static final ProtocolLibrary.GMCPCommand rawcolor
request
public static final ProtocolLibrary.GMCPCommand request
maplevel
public static final ProtocolLibrary.GMCPCommand maplevel
client
public static final ProtocolLibrary.GMCPCommand client
client_version
public static final ProtocolLibrary.GMCPCommand client_version
values
public static ProtocolLibrary.GMCPCommand[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ProtocolLibrary.GMCPCommand c : ProtocolLibrary.GMCPCommand.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ProtocolLibrary.GMCPCommand valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null