Class Friend
- java.lang.Object
-
- in.dragonbra.javasteam.steam.handlers.steamfriends.Friend
-
public class Friend extends java.lang.ObjectRepresents a single friend entry in a client's friendlist.
-
-
Constructor Summary
Constructors Constructor Description Friend(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverFriends.CMsgClientFriendsList.Friend friend)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EFriendRelationshipgetRelationship()SteamIDgetSteamID()
-
-
-
Method Detail
-
getRelationship
public EFriendRelationship getRelationship()
- Returns:
- the relationship to this friend.
-
-