LeviLamina
Loading...
Searching...
No Matches
Network.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Editor::Network { struct BiomeConfigIdentifierMappings; }
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11namespace Editor::Network {
12// functions
13// NOLINTBEGIN
14MCNAPI void bindClipboardPayloadTypes(::cereal::ReflectionCtx& ctx);
15
16MCNAPI void bindDataTransferPayloadTypes(::cereal::ReflectionCtx& ctx);
17
18MCNAPI void bindEditorMinimapPayloadTypes(::cereal::ReflectionCtx& ctx);
19
20MCNAPI void bindEditorRealmPayloadTypes(::cereal::ReflectionCtx& ctx);
21
22MCNAPI void bindInputPayloads(::cereal::ReflectionCtx& ctx);
23
24MCNAPI void bindNativeBrushServicePayloadTypes(::cereal::ReflectionCtx& ctx);
25
26MCNAPI void bindPayloadTypes(::cereal::ReflectionCtx& ctx);
27
28MCNAPI void bindPersistenceServicePayloadTypes(::cereal::ReflectionCtx& ctx);
29
30MCNAPI void bindPlayerStatePayloadsTypes(::cereal::ReflectionCtx& ctx);
31
32MCNAPI void bindPrefabDBPayloadTypes(::cereal::ReflectionCtx& ctx);
33
34MCNAPI void bindReplicationPayloadTypes(::cereal::ReflectionCtx& ctx);
35
36MCNAPI void bindRestartServicePayloadTypes(::cereal::ReflectionCtx& ctx);
37
38MCNAPI void bindSelectionPayloadTypes(::cereal::ReflectionCtx& ctx);
39
40MCNAPI void bindStructureDataCachePayloadTypes(::cereal::ReflectionCtx& ctx);
41
42MCNAPI void bindStructurePayloadTypes(::cereal::ReflectionCtx& ctx);
43
44MCNAPI void bindThumbnailCachePayloadTypes(::cereal::ReflectionCtx& ctx);
45
46MCNAPI bool operator==(
47 ::Editor::Network::BiomeConfigIdentifierMappings const&,
48 ::Editor::Network::BiomeConfigIdentifierMappings const&
49);
50// NOLINTEND
51
52} // namespace Editor::Network
Definition BiomeConfigIdentifierMappings.h:7
Definition ReflectionCtx.h:11