com.planet_ink.coffee_mud.Libraries
Enum CMProtocols.MSDPVariable
java.lang.Object
java.lang.Enum<CMProtocols.MSDPVariable>
com.planet_ink.coffee_mud.Libraries.CMProtocols.MSDPVariable
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<CMProtocols.MSDPVariable>
- Enclosing class:
- CMProtocols
protected static enum CMProtocols.MSDPVariable
- extends java.lang.Enum<CMProtocols.MSDPVariable>
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 |
ACCOUNT_NAME
public static final CMProtocols.MSDPVariable ACCOUNT_NAME
CHARACTER_NAME
public static final CMProtocols.MSDPVariable CHARACTER_NAME
SERVER_ID
public static final CMProtocols.MSDPVariable SERVER_ID
SERVER_TIME
public static final CMProtocols.MSDPVariable SERVER_TIME
SPECIFICATION
public static final CMProtocols.MSDPVariable SPECIFICATION
AFFECTS
public static final CMProtocols.MSDPVariable AFFECTS
ALIGNMENT
public static final CMProtocols.MSDPVariable ALIGNMENT
EXPERIENCE
public static final CMProtocols.MSDPVariable EXPERIENCE
EXPERIENCE_MAX
public static final CMProtocols.MSDPVariable EXPERIENCE_MAX
EXPERIENCE_TNL
public static final CMProtocols.MSDPVariable EXPERIENCE_TNL
EXPERIENCE_TNL_MAX
public static final CMProtocols.MSDPVariable EXPERIENCE_TNL_MAX
HEALTH
public static final CMProtocols.MSDPVariable HEALTH
HEALTH_MAX
public static final CMProtocols.MSDPVariable HEALTH_MAX
LEVEL
public static final CMProtocols.MSDPVariable LEVEL
MANA
public static final CMProtocols.MSDPVariable MANA
MANA_MAX
public static final CMProtocols.MSDPVariable MANA_MAX
MONEY
public static final CMProtocols.MSDPVariable MONEY
MOVEMENT
public static final CMProtocols.MSDPVariable MOVEMENT
MOVEMENT_MAX
public static final CMProtocols.MSDPVariable MOVEMENT_MAX
OPPONENT_LEVEL
public static final CMProtocols.MSDPVariable OPPONENT_LEVEL
OPPONENT_HEALTH
public static final CMProtocols.MSDPVariable OPPONENT_HEALTH
OPPONENT_HEALTH_MAX
public static final CMProtocols.MSDPVariable OPPONENT_HEALTH_MAX
OPPONENT_NAME
public static final CMProtocols.MSDPVariable OPPONENT_NAME
OPPONENT_STRENGTH
public static final CMProtocols.MSDPVariable OPPONENT_STRENGTH
WORLD_TIME
public static final CMProtocols.MSDPVariable WORLD_TIME
ROOM
public static final CMProtocols.MSDPVariable ROOM
LOCATION
public static final CMProtocols.MSDPVariable LOCATION
ROOM_NAME
public static final CMProtocols.MSDPVariable ROOM_NAME
ROOM_VNUM
public static final CMProtocols.MSDPVariable ROOM_VNUM
ROOM_AREA
public static final CMProtocols.MSDPVariable ROOM_AREA
ROOM_TERRAIN
public static final CMProtocols.MSDPVariable ROOM_TERRAIN
ROOM_EXITS
public static final CMProtocols.MSDPVariable ROOM_EXITS
values
public static CMProtocols.MSDPVariable[] 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 (CMProtocols.MSDPVariable c : CMProtocols.MSDPVariable.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static CMProtocols.MSDPVariable 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