|
| enum class | ImageSource : int { None = 0
, Minecraft = 1
, XboxLive = 2
} |
| enum class | ProfileImageQueryType : int {
None = 0
, MinecraftHeadshotByXuid = 1
, MinecraftHeadshotByPlayfabId = 2
, MinecraftAvatarByXuid = 3
,
MinecraftAvatarByPlayfabId = 4
, XboxLiveSmallGamerpicByXuid = 5
, XboxLiveSmallGamerpicByUrl = 6
, XboxLiveFullClubsImageByUrl = 7
} |
|
|
| ProfileImageOptions (ProfileImageOptions const &) |
|
MCNAPI_C uint64 | hash () const |
|
MCNAPI_C::Social::ProfileImageOptions & | operator= (::Social::ProfileImageOptions &&) |
|
MCNAPI_C::Social::ProfileImageOptions & | operator= (::Social::ProfileImageOptions const &) |
|
MCNAPI_C::std::string | toString () const |
|
MCNAPI_C void | $dtor () |
The documentation for this class was generated from the following file: