LeviLamina
Loading...
Searching...
No Matches
DataTransferServiceRequestBiomeConfigResponsePayload.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
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace Editor::Network {
14
15class DataTransferServiceRequestBiomeConfigResponsePayload
16: public ::Editor::Network::NetworkPayload<::Editor::Network::DataTransferServiceRequestBiomeConfigResponsePayload> {
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 DataTransferServiceRequestBiomeConfigResponsePayload&
28 operator=(DataTransferServiceRequestBiomeConfigResponsePayload const&);
29 DataTransferServiceRequestBiomeConfigResponsePayload(DataTransferServiceRequestBiomeConfigResponsePayload const&);
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34#ifdef LL_PLAT_S
35 virtual ~DataTransferServiceRequestBiomeConfigResponsePayload() /*override*/ = default;
36#else // LL_PLAT_C
37 virtual ~DataTransferServiceRequestBiomeConfigResponsePayload() /*override*/;
38#endif
39
40 // NOLINTEND
41
42public:
43 // member functions
44 // NOLINTBEGIN
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCNAPI void* $ctor();
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCNAPI void $dtor();
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
72
73} // namespace Editor::Network
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition NetworkPayload.h:8
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14