public static enum SteamID.ChatInstanceFlags extends Enum<SteamID.ChatInstanceFlags>
SteamID may have, packed into its instance.| Enum Constant and Description |
|---|
Clan
This flag is set for clan based chat
SteamIDs. |
Lobby
This flag is set for lobby based chat
SteamIDs. |
MMSLobby
This flag is set for matchmaking lobby based chat
SteamIDs. |
| Modifier and Type | Field and Description |
|---|---|
private int |
flag |
private static HashMap<Integer,SteamID.ChatInstanceFlags> |
values |
| Modifier and Type | Method and Description |
|---|---|
static SteamID.ChatInstanceFlags |
f(int code) |
int |
v() |
static SteamID.ChatInstanceFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamID.ChatInstanceFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamID.ChatInstanceFlags Clan
SteamIDs.public static final SteamID.ChatInstanceFlags Lobby
SteamIDs.public static final SteamID.ChatInstanceFlags MMSLobby
SteamIDs.private int flag
private static HashMap<Integer,SteamID.ChatInstanceFlags> values
public static SteamID.ChatInstanceFlags[] values()
for (SteamID.ChatInstanceFlags c : SteamID.ChatInstanceFlags.values()) System.out.println(c);
public static SteamID.ChatInstanceFlags 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 nullpublic int v()
public static SteamID.ChatInstanceFlags f(int code)
Copyright © 2012. All Rights Reserved.