17class PlayerListEntry {
21 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mId;
22 ::ll::TypedStorage<8, 16, ::mce::UUID> mUUID;
23 ::ll::TypedStorage<8, 32, ::std::string> mName;
24 ::ll::TypedStorage<8, 32, ::std::string> mXUID;
25 ::ll::TypedStorage<8, 32, ::std::string> mPlatformOnlineId;
26 ::ll::TypedStorage<4, 4, ::BuildPlatform> mBuildPlatform;
27 ::ll::TypedStorage<8, 16, ::SerializedSkinRef> mSkin;
28 ::ll::TypedStorage<4, 16, ::mce::Color> mColor;
29 ::ll::TypedStorage<1, 1, bool> mIsTeacher;
30 ::ll::TypedStorage<1, 1, bool> mIsHost;
31 ::ll::TypedStorage<1, 1, bool> mIsSubClient;
36 PlayerListEntry& operator=(PlayerListEntry
const&);
41 MCAPI PlayerListEntry();
43 MCAPI PlayerListEntry(::PlayerListEntry
const&);
45 MCAPI
explicit PlayerListEntry(
::Player const& player);
48 MCAPI ::PlayerListEntry cloneExceptSkin()
const;
50 MCAPI ::PlayerListEntry& operator=(::PlayerListEntry&&);
53 MCAPI ~PlayerListEntry();
61 MCAPI
void* $ctor(::PlayerListEntry
const&);
63 MCAPI
void* $ctor(
::Player const& player);