public static enum SteamFriends.FriendFlags extends Enum<SteamFriends.FriendFlags>
| Enum Constant and Description |
|---|
All |
Blocked |
ChatMember |
ClanMember |
FriendshipRequested |
Ignored |
IgnoredFriend |
Immediate |
None |
OnGameServer |
RequestingFriendship |
RequestingInfo |
| Modifier and Type | Method and Description |
|---|---|
static SteamFriends.FriendFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamFriends.FriendFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamFriends.FriendFlags None
public static final SteamFriends.FriendFlags Blocked
public static final SteamFriends.FriendFlags FriendshipRequested
public static final SteamFriends.FriendFlags Immediate
public static final SteamFriends.FriendFlags ClanMember
public static final SteamFriends.FriendFlags OnGameServer
public static final SteamFriends.FriendFlags RequestingFriendship
public static final SteamFriends.FriendFlags RequestingInfo
public static final SteamFriends.FriendFlags Ignored
public static final SteamFriends.FriendFlags IgnoredFriend
public static final SteamFriends.FriendFlags ChatMember
public static final SteamFriends.FriendFlags All
public static SteamFriends.FriendFlags[] values()
for (SteamFriends.FriendFlags c : SteamFriends.FriendFlags.values()) System.out.println(c);
public static SteamFriends.FriendFlags 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.