public enum EChatEntryType extends java.lang.Enum<EChatEntryType>
| Enum Constant and Description |
|---|
ChatMsg |
Disconnected |
Entered |
HistoricalChat |
Invalid |
InviteGame |
LeftConversation |
LinkBlocked |
Reserved1 |
Reserved2 |
Typing |
WasBanned |
WasKicked |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static EChatEntryType |
from(int code) |
static EChatEntryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EChatEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EChatEntryType Invalid
public static final EChatEntryType ChatMsg
public static final EChatEntryType Typing
public static final EChatEntryType InviteGame
public static final EChatEntryType LeftConversation
public static final EChatEntryType Entered
public static final EChatEntryType WasKicked
public static final EChatEntryType WasBanned
public static final EChatEntryType Disconnected
public static final EChatEntryType HistoricalChat
public static final EChatEntryType Reserved1
public static final EChatEntryType Reserved2
public static final EChatEntryType LinkBlocked
public static EChatEntryType[] values()
for (EChatEntryType c : EChatEntryType.values()) System.out.println(c);
public static EChatEntryType 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 int code()
public static EChatEntryType from(int code)