Modifier and Type | Field and Description |
---|---|
private static HashMap<Integer,EFriendRelationship> |
EFriendRelationship.values |
Modifier and Type | Method and Description |
---|---|
static EFriendRelationship |
EFriendRelationship.f(int code) |
static EFriendRelationship |
EFriendRelationship.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFriendRelationship[] |
EFriendRelationship.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EFriendRelationship |
SteamFriends.getFriendRelationship(SteamID steamId)
Gets the relationship of a friend.
|
Modifier and Type | Field and Description |
---|---|
EFriendRelationship |
User.relationship |
private EFriendRelationship |
Friend.relationship
Gets the relationship to this friend.
|
Copyright © 2012. All Rights Reserved.