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&);
44 MCAPI PlayerListEntry();
46 MCAPI PlayerListEntry(::PlayerListEntry
const&);
48 MCAPI
explicit PlayerListEntry(
::Player const& player);
52 MCAPI ::PlayerListEntry clone()
const;
55 MCAPI ::PlayerListEntry cloneExceptSkin()
const;
58 MCAPI ::PlayerListEntry& operator=(::PlayerListEntry&&);
68 MCAPI ~PlayerListEntry();
76 MCAPI
void* $ctor(::PlayerListEntry
const&);
78 MCAPI
void* $ctor(
::Player const& player);