java.io.Serializable
, java.lang.Comparable<CMProtocols.MSDPVariable>
protected static enum CMProtocols.MSDPVariable extends java.lang.Enum<CMProtocols.MSDPVariable>
Modifier and Type | Method | Description |
---|---|---|
static CMProtocols.MSDPVariable |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CMProtocols.MSDPVariable[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMProtocols.MSDPVariable ACCOUNT_NAME
public static final CMProtocols.MSDPVariable CHARACTER_NAME
public static final CMProtocols.MSDPVariable SERVER_ID
public static final CMProtocols.MSDPVariable SERVER_TIME
public static final CMProtocols.MSDPVariable SPECIFICATION
public static final CMProtocols.MSDPVariable AFFECTS
public static final CMProtocols.MSDPVariable ALIGNMENT
public static final CMProtocols.MSDPVariable EXPERIENCE
public static final CMProtocols.MSDPVariable EXPERIENCE_MAX
public static final CMProtocols.MSDPVariable EXPERIENCE_TNL
public static final CMProtocols.MSDPVariable EXPERIENCE_TNL_MAX
public static final CMProtocols.MSDPVariable HEALTH
public static final CMProtocols.MSDPVariable HEALTH_MAX
public static final CMProtocols.MSDPVariable LEVEL
public static final CMProtocols.MSDPVariable MANA
public static final CMProtocols.MSDPVariable MANA_MAX
public static final CMProtocols.MSDPVariable MONEY
public static final CMProtocols.MSDPVariable MOVEMENT
public static final CMProtocols.MSDPVariable MOVEMENT_MAX
public static final CMProtocols.MSDPVariable OPPONENT_LEVEL
public static final CMProtocols.MSDPVariable OPPONENT_HEALTH
public static final CMProtocols.MSDPVariable OPPONENT_HEALTH_MAX
public static final CMProtocols.MSDPVariable OPPONENT_NAME
public static final CMProtocols.MSDPVariable OPPONENT_STRENGTH
public static final CMProtocols.MSDPVariable OPPONENT_RANGE
public static final CMProtocols.MSDPVariable WORLD_TIME
public static final CMProtocols.MSDPVariable ROOM
public static final CMProtocols.MSDPVariable LOCATION
public static final CMProtocols.MSDPVariable ROOM_NAME
public static final CMProtocols.MSDPVariable ROOM_VNUM
public static final CMProtocols.MSDPVariable ROOM_AREA
public static final CMProtocols.MSDPVariable ROOM_TERRAIN
public static final CMProtocols.MSDPVariable ROOM_EXITS
public static CMProtocols.MSDPVariable[] values()
for (CMProtocols.MSDPVariable c : CMProtocols.MSDPVariable.values()) System.out.println(c);
public static CMProtocols.MSDPVariable 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