LeviLamina
Loading...
Searching...
No Matches
AddPaintingPacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/legacy/ActorRuntimeID.h"
8#include "mc/legacy/ActorUniqueID.h"
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityId;
15 ::ll::TypedStorage<8, 8, ::ActorRuntimeID> mRuntimeId;
16 ::ll::TypedStorage<4, 12, ::Vec3> mPos;
17 ::ll::TypedStorage<4, 4, int> mDir;
18 ::ll::TypedStorage<8, 32, ::std::string> mMotif;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI ::AddPaintingPacketPayload& operator=(::AddPaintingPacketPayload&&);
31
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCFOLD void $dtor();
39 // NOLINTEND
40};
Definition AddPaintingPacketPayload.h:10