3#include "mc/_HeaderOutputPredefine.h"
11namespace Editor::Network {
14MCNAPI
void bindClipboardPayloadTypes(::cereal::ReflectionCtx& ctx);
16MCNAPI
void bindDataTransferPayloadTypes(::cereal::ReflectionCtx& ctx);
18MCNAPI
void bindEditorMinimapPayloadTypes(::cereal::ReflectionCtx& ctx);
20MCNAPI
void bindEditorRealmPayloadTypes(::cereal::ReflectionCtx& ctx);
22MCNAPI
void bindInputPayloads(::cereal::ReflectionCtx& ctx);
24MCNAPI
void bindNativeBrushServicePayloadTypes(::cereal::ReflectionCtx& ctx);
26MCNAPI
void bindPayloadTypes(::cereal::ReflectionCtx& ctx);
28MCNAPI
void bindPersistenceServicePayloadTypes(::cereal::ReflectionCtx& ctx);
30MCNAPI
void bindPlayerStatePayloadsTypes(::cereal::ReflectionCtx& ctx);
32MCNAPI
void bindPrefabDBPayloadTypes(::cereal::ReflectionCtx& ctx);
34MCNAPI
void bindReplicationPayloadTypes(::cereal::ReflectionCtx& ctx);
36MCNAPI
void bindRestartServicePayloadTypes(::cereal::ReflectionCtx& ctx);
38MCNAPI
void bindSelectionPayloadTypes(::cereal::ReflectionCtx& ctx);
40MCNAPI
void bindStructureDataCachePayloadTypes(::cereal::ReflectionCtx& ctx);
42MCNAPI
void bindStructurePayloadTypes(::cereal::ReflectionCtx& ctx);
44MCNAPI
void bindThumbnailCachePayloadTypes(::cereal::ReflectionCtx& ctx);
46MCNAPI
bool operator==(
47 ::Editor::Network::BiomeConfigIdentifierMappings
const&,
48 ::Editor::Network::BiomeConfigIdentifierMappings
const&
Definition BiomeConfigIdentifierMappings.h:7
Definition ReflectionCtx.h:11