public static enum SteamMatchmaking.ChatEntryType extends Enum<SteamMatchmaking.ChatEntryType>
| Enum Constant and Description |
|---|
ChatMsg |
Disconnected |
Emote |
Entered |
HistoricalChat |
Invalid |
InviteGame |
LeftConversation |
LinkBlocked |
Reserved1 |
Reserved2 |
Typing |
WasBanned |
WasKicked |
| Modifier and Type | Method and Description |
|---|---|
static SteamMatchmaking.ChatEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamMatchmaking.ChatEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamMatchmaking.ChatEntryType Invalid
public static final SteamMatchmaking.ChatEntryType ChatMsg
public static final SteamMatchmaking.ChatEntryType Typing
public static final SteamMatchmaking.ChatEntryType InviteGame
public static final SteamMatchmaking.ChatEntryType Emote
public static final SteamMatchmaking.ChatEntryType LeftConversation
public static final SteamMatchmaking.ChatEntryType Entered
public static final SteamMatchmaking.ChatEntryType WasKicked
public static final SteamMatchmaking.ChatEntryType WasBanned
public static final SteamMatchmaking.ChatEntryType Disconnected
public static final SteamMatchmaking.ChatEntryType HistoricalChat
public static final SteamMatchmaking.ChatEntryType Reserved1
public static final SteamMatchmaking.ChatEntryType Reserved2
public static final SteamMatchmaking.ChatEntryType LinkBlocked
public static SteamMatchmaking.ChatEntryType[] values()
for (SteamMatchmaking.ChatEntryType c : SteamMatchmaking.ChatEntryType.values()) System.out.println(c);
public static SteamMatchmaking.ChatEntryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.