LeviLamina
Loading...
Searching...
No Matches
PhotoTransferPacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/legacy/ActorUniqueID.h"
7#include "mc/world/level/storage/PhotoType.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 32, ::std::string> mPhotoName;
14 ::ll::TypedStorage<8, 32, ::std::string> mPhotoData;
15 ::ll::TypedStorage<8, 32, ::std::string> mBookId;
16 ::ll::TypedStorage<1, 1, ::PhotoType> mType;
17 ::ll::TypedStorage<1, 1, ::PhotoType> mSourceType;
18 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mOwnerId;
19 ::ll::TypedStorage<8, 32, ::std::string> mNewPhotoName;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI ::PhotoTransferPacketPayload& operator=(::PhotoTransferPacketPayload&&);
31
32 MCAPI ::PhotoTransferPacketPayload& operator=(::PhotoTransferPacketPayload const&);
33
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCAPI void $dtor();
41 // NOLINTEND
42};
Definition PhotoTransferPacketPayload.h:9