20class PlayerListEntry {
24 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mId;
25 ::ll::TypedStorage<8, 16, ::mce::UUID> mUUID;
26 ::ll::TypedStorage<8, 32, ::std::string> mName;
27 ::ll::TypedStorage<8, 32, ::std::string> mXUID;
28 ::ll::TypedStorage<8, 32, ::std::string> mPlatformOnlineId;
29 ::ll::TypedStorage<4, 4, ::BuildPlatform> mBuildPlatform;
30 ::ll::TypedStorage<8, 16, ::SerializedSkinRef> mSkin;
31 ::ll::TypedStorage<4, 16, ::mce::Color> mColor;
32 ::ll::TypedStorage<1, 1, bool> mIsTeacher;
33 ::ll::TypedStorage<1, 1, bool> mIsHost;
34 ::ll::TypedStorage<1, 1, bool> mIsSubClient;
40 PlayerListEntry& operator=(PlayerListEntry
const&);
41 PlayerListEntry(PlayerListEntry
const&);
47 PlayerListEntry& operator=(PlayerListEntry
const&);
55 MCAPI PlayerListEntry(::PlayerListEntry
const&);
58 MCAPI PlayerListEntry(::PlayerListEntry&&);
60 MCAPI
explicit PlayerListEntry(
::Player const& player);
63 MCAPI ::PlayerListEntry cloneExceptSkin()
const;
66 MCAPI ::PlayerListEntry& operator=(::PlayerListEntry&&);
74 MCAPI ~PlayerListEntry();
81 MCAPI
void* $ctor(::PlayerListEntry
const&);
84 MCAPI
void* $ctor(::PlayerListEntry&&);
86 MCAPI
void* $ctor(
::Player const& player);