Class Friend


  • public class Friend
    extends java.lang.Object
    Represents a single friend entry in a client's friendlist.
    • Constructor Summary

      Constructors 
      Constructor Description
      Friend​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverFriends.CMsgClientFriendsList.Friend friend)  
    • Constructor Detail

      • Friend

        public Friend​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverFriends.CMsgClientFriendsList.Friend friend)
    • Method Detail

      • getSteamID

        public SteamID getSteamID()
        Returns:
        the SteamID of the friend.
      • getRelationship

        public EFriendRelationship getRelationship()
        Returns:
        the relationship to this friend.