public static enum MessageManager.MessageId extends java.lang.Enum<MessageManager.MessageId>
Modifier and Type | Field and Description |
---|---|
int |
id |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static MessageManager.MessageId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageManager.MessageId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageManager.MessageId BC_LIB_TILE_UPDATE
public static final MessageManager.MessageId BC_LIB_CONTAINER
public static final MessageManager.MessageId BC_LIB_MARKER
public static final MessageManager.MessageId BC_LIB_CACHE_REQUEST
public static final MessageManager.MessageId BC_LIB_CACHE_REPLY
public static final MessageManager.MessageId BC_LIB_DEBUG_REQUEST
public static final MessageManager.MessageId BC_LIB_DEBUG_REPLY
public static final MessageManager.MessageId BC_CORE_VOLUME_BOX
public static final MessageManager.MessageId BC_BUILDERS_SNAPSHOT_REQUEST
public static final MessageManager.MessageId BC_BUILDERS_SNAPSHOT_REPLY
public static final MessageManager.MessageId BC_SILICON_WIRE_NETWORK
public static final MessageManager.MessageId BC_SILICON_WIRE_SWITCH
public static final MessageManager.MessageId BC_ROBOTICS_ZONE_REQUEST
public static final MessageManager.MessageId BC_ROBOTICS_ZONE_REPLY
public static final MessageManager.MessageId BC_ROBOTICS_ROBOTS
public static MessageManager.MessageId[] values()
for (MessageManager.MessageId c : MessageManager.MessageId.values()) System.out.println(c);
public static MessageManager.MessageId 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<MessageManager.MessageId>