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 Editor::Network { struct BlockColorInfo; }
9namespace Editor::Network { struct PlayerMarkerInfo; }
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace Editor::Network {
14// functions
15// NOLINTBEGIN
16MCNAPI void bindClipboardPayloadTypes(::cereal::ReflectionCtx& ctx);
17
18MCNAPI void bindEditorRealmPayloadTypes(::cereal::ReflectionCtx& ctx);
19
20MCNAPI void bindNativeBrushServicePayloadTypes(::cereal::ReflectionCtx& ctx);
21
22MCNAPI void bindPayloadTypes(::cereal::ReflectionCtx& ctx);
23
24MCNAPI void bindPersistenceServicePayloadTypes(::cereal::ReflectionCtx& ctx);
25
26MCNAPI void bindPrefabDBPayloadTypes(::cereal::ReflectionCtx& ctx);
27
28MCNAPI void bindRestartServicePayloadTypes(::cereal::ReflectionCtx& ctx);
29
30MCNAPI void bindStructureDataCachePayloadTypes(::cereal::ReflectionCtx& ctx);
31
32MCNAPI bool operator==(
33 ::Editor::Network::BiomeConfigIdentifierMappings const& __P0,
34 ::Editor::Network::BiomeConfigIdentifierMappings const& __P1
35);
36
37MCNAPI bool operator==(::Editor::Network::BlockColorInfo const& __P0, ::Editor::Network::BlockColorInfo const& __P1);
38
39MCNAPI bool
40operator==(::Editor::Network::PlayerMarkerInfo const& __P0, ::Editor::Network::PlayerMarkerInfo const& __P1);
41// NOLINTEND
42
43} // namespace Editor::Network
Definition BiomeConfigIdentifierMappings.h:7
Definition BlockColorInfo.h:12
Definition PlayerMarkerInfo.h:12
Definition ReflectionCtx.h:11