3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/events/IMinecraftEventing.h"
7#include "mc/platform/UUID.h"
8#include "mc/world/actor/player/persona/ProfileType.h"
14 ::ll::TypedStorage<4, 4, int> mPieceIndex;
15 ::ll::TypedStorage<8, 16, ::mce::UUID> mPieceId;
16 ::ll::TypedStorage<8, 32, ::std::string> mProductId;
17 ::ll::TypedStorage<8, 32, ::std::string> mCreatorId;
18 ::ll::TypedStorage<8, 32, ::std::string> mCreatorName;
19 ::ll::TypedStorage<4, 4, ::IMinecraftEventing::PromotionType> mPromotionType;
20 ::ll::TypedStorage<1, 1, ::persona::ProfileType> mProfileType;
21 ::ll::TypedStorage<4, 4, int> mRow;
22 ::ll::TypedStorage<4, 4, int> mCol;
23 ::ll::TypedStorage<8, 8, double> mSecondsToLoad;
24 ::ll::TypedStorage<1, 1, bool> mIsOwned;
25 ::ll::TypedStorage<1, 1, bool> mEventSent;
30 PreviewedItemEventInformation(PreviewedItemEventInformation
const&);
31 PreviewedItemEventInformation();
36 MCAPI ::PreviewedItemEventInformation& operator=(::PreviewedItemEventInformation
const&);
38 MCAPI ~PreviewedItemEventInformation();