3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/resources/AllowListProfileImage.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
21 ::ll::TypedStorage<8, 32, ::std::string> xuid;
22 ::ll::TypedStorage<8, 32, ::std::string> gamertag;
23 ::ll::TypedStorage<8, 144, ::OreUI::AllowListProfileImage> profileImage;
24 ::ll::TypedStorage<1, 1, bool> isOnline;
25 ::ll::TypedStorage<1, 1, bool> isFollowingMe;
26 ::ll::TypedStorage<1, 1, bool> isFollowedByMe;
27 ::ll::TypedStorage<8, 32, ::std::string> description;
37 MCAPI AddFriendUserItem(
38 ::Social::XboxLiveUserProfileData
const& profileData,
39 ::Bedrock::NotNullNonOwnerPtr<::OreUI::IResourceAllowList> resourceAllowList
42 MCAPI AddFriendUserItem(
43 ::std::string
const& xuid,
44 ::std::string
const& gamertag,
45 ::OreUI::AllowListProfileImage
const& profileImage,
49 ::std::string
const& description
52 MCAPI ~AddFriendUserItem();
59 ::Social::XboxLiveUserProfileData
const& profileData,
60 ::Bedrock::NotNullNonOwnerPtr<::OreUI::IResourceAllowList> resourceAllowList
64 ::std::string
const& xuid,
65 ::std::string
const& gamertag,
66 ::OreUI::AllowListProfileImage
const& profileImage,
70 ::std::string
const& description
Definition IResourceAllowList.h:7
Definition AddFriendUserItem.h:7
Definition XboxLiveUserProfileData.h:7