public static enum SteamID.ChatInstanceFlags extends java.lang.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. |
MMS_LOBBY
This flag is set for matchmaking lobby based chat
SteamIDs. |
| Modifier and Type | Method and Description |
|---|---|
long |
code() |
static SteamID.ChatInstanceFlags |
from(long code) |
static SteamID.ChatInstanceFlags |
valueOf(java.lang.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 MMS_LOBBY
SteamIDs.public static SteamID.ChatInstanceFlags[] values()
for (SteamID.ChatInstanceFlags c : SteamID.ChatInstanceFlags.values()) System.out.println(c);
public static SteamID.ChatInstanceFlags 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 long code()
public static SteamID.ChatInstanceFlags from(long code)