LeviLamina
Loading...
Searching...
No Matches
RealmWorldListDownloadPayload.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 RealmWorldListDownloadPayload
16: public ::Editor::Network::NetworkPayload<::Editor::Network::RealmWorldListDownloadPayload> {
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 RealmWorldListDownloadPayload& operator=(RealmWorldListDownloadPayload const&);
27 RealmWorldListDownloadPayload(RealmWorldListDownloadPayload const&);
28 RealmWorldListDownloadPayload();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33#ifdef LL_PLAT_S
34 virtual ~RealmWorldListDownloadPayload() /*override*/ = default;
35#else // LL_PLAT_C
36 virtual ~RealmWorldListDownloadPayload() /*override*/;
37#endif
38
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
59
60} // namespace Editor::Network
Definition NetworkPayload.h:8
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14