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;
39 PlayerListEntry& operator=(PlayerListEntry
const&);
40 PlayerListEntry(PlayerListEntry
const&);
46 MCAPI PlayerListEntry(::PlayerListEntry&&);
48 MCAPI
explicit PlayerListEntry(
::Player const& player);
50 MCAPI_C ::PlayerListEntry cloneExceptSkin()
const;
52 MCAPI ::PlayerListEntry& operator=(::PlayerListEntry&&);
60 MCAPI ~PlayerListEntry();
66 MCAPI_C
void* $ctor(::PlayerListEntry
const&);
68 MCAPI
void* $ctor(::PlayerListEntry&&);
70 MCAPI
void* $ctor(
::Player const& player);