Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Holds data for a single player profile. More...
#include <MojangAPI.h>
Public Member Functions | |
sProfile (const AString &a_PlayerName, const cUUID &a_UUID, const AString &a_Textures, const AString &a_TexturesSignature, Int64 a_DateTime) | |
Constructor for the storage creation. More... | |
sProfile (const AString &a_PlayerName, const cUUID &a_UUID, const Json::Value &a_Properties, Int64 a_DateTime) | |
Constructor that parses the values from the Json profile. More... | |
sProfile (void) | |
Default constructor for the container's sake. More... | |
Public Attributes | |
Int64 | m_DateTime |
AString | m_PlayerName |
AString | m_Textures |
AString | m_TexturesSignature |
cUUID | m_UUID |
Holds data for a single player profile.
Definition at line 87 of file MojangAPI.h.
|
inline |
Default constructor for the container's sake.
Definition at line 96 of file MojangAPI.h.
|
inline |
Constructor for the storage creation.
Definition at line 106 of file MojangAPI.h.
cMojangAPI::sProfile::sProfile | ( | const AString & | a_PlayerName, |
const cUUID & | a_UUID, | ||
const Json::Value & | a_Properties, | ||
Int64 | a_DateTime | ||
) |
Constructor that parses the values from the Json profile.
Definition at line 116 of file MojangAPI.cpp.
Int64 cMojangAPI::sProfile::m_DateTime |
Definition at line 93 of file MojangAPI.h.
AString cMojangAPI::sProfile::m_PlayerName |
Definition at line 89 of file MojangAPI.h.
AString cMojangAPI::sProfile::m_Textures |
Definition at line 91 of file MojangAPI.h.
AString cMojangAPI::sProfile::m_TexturesSignature |
Definition at line 92 of file MojangAPI.h.
cUUID cMojangAPI::sProfile::m_UUID |
Definition at line 90 of file MojangAPI.h.