LeviLamina
Loading...
Searching...
No Matches
PreviewedItemEventInformation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/events/IMinecraftEventing.h"
7#include "mc/platform/UUID.h"
8#include "mc/world/actor/player/persona/ProfileType.h"
9
11public:
12 // member variables
13 // NOLINTBEGIN
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;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 PreviewedItemEventInformation(PreviewedItemEventInformation const&);
31 PreviewedItemEventInformation();
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI ::PreviewedItemEventInformation& operator=(::PreviewedItemEventInformation const&);
37
38 MCAPI ~PreviewedItemEventInformation();
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCAPI void $dtor();
45 // NOLINTEND
46};
Definition PreviewedItemEventInformation.h:5