31 ::ll::TypedStorage<1, 1, ::PlayerListPacketType> mAction;
32 ::ll::TypedStorage<8, 16, ::mce::UUID> mUUID;
33 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mId;
34 ::ll::TypedStorage<8, 32, ::std::string> mName;
35 ::ll::TypedStorage<8, 32, ::std::string> mXUID;
36 ::ll::TypedStorage<8, 32, ::std::string> mPlatformOnlineId;
37 ::ll::TypedStorage<4, 4, ::BuildPlatform> mBuildPlatform;
38 ::ll::TypedStorage<8, 16, ::SerializedSkinRef> mSkin;
39 ::ll::TypedStorage<1, 1, bool> mIsTeacher;
40 ::ll::TypedStorage<1, 1, bool> mIsHost;
41 ::ll::TypedStorage<1, 1, bool> mIsSubClient;
42 ::ll::TypedStorage<4, 16, ::mce::Color> mColor;
61 MCAPI ::PlayerListEntry toPlayerListEntry()
const;