LeviLamina
Loading...
Searching...
No Matches
StructureDataPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/network/NetworkPayload.h"
7
8// auto generated forward declare list
9// clang-format off
10class CompoundTag;
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace Editor::Network {
15
16class StructureDataPayload : public ::Editor::Network::NetworkPayload<::Editor::Network::StructureDataPayload> {
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 StructureDataPayload& operator=(StructureDataPayload const&);
28 StructureDataPayload();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ~StructureDataPayload() /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
40
41 MCNAPI void setData(::CompoundTag const& data);
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCNAPI void $dtor();
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftable();
66 // NOLINTEND
67};
68
69} // namespace Editor::Network
Definition CompoundTag.h:23
Definition NetworkPayload.h:8
Definition StructureDataPayload.h:16
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI StructureDataPayload(::Editor::Network::StructureDataPayload const &)
MCAPI void setData(::CompoundTag const &data)
MCAPI void * $ctor(::Editor::Network::StructureDataPayload const &)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14