LeviLamina
Loading...
Searching...
No Matches
Comprehensive.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace SharedTypes::Comprehensive {
11// functions
12// NOLINTBEGIN
13MCAPI void bindItemComponentTypes(::cereal::ReflectionCtx& ctx);
14// NOLINTEND
15
16// static variables
17// NOLINTBEGIN
18MCAPI ::std::string_view const& AIM_ASSIST_PAYLOAD_KEY();
19
20MCAPI ::std::string_view const& BIOME_PAYLOAD_KEY();
21
22#ifdef LL_PLAT_C
23MCAPI ::std::string_view const& BLOCK_CULLING_PAYLOAD_KEY();
24#endif
25
26MCAPI ::std::string_view const& CAMERA_PAYLOAD_KEY();
27
28MCAPI ::std::string_view const& CAMERA_SPLINE_PAYLOAD_KEY();
29
30#ifdef LL_PLAT_C
31MCAPI ::std::string_view const& CLIENT_BIOME_PAYLOAD_KEY();
32#endif
33
34MCAPI ::std::string_view const& CRAFTING_ITEMS_CATALOG_PAYLOAD();
35
36MCAPI ::std::string_view const& FEATURE_RULES_PAYLOAD_KEY();
37
38MCAPI ::std::string_view const& PARTICLE_PAYLOAD_KEY();
39
40MCAPI ::std::string_view const& TRADE_TABLES_PAYLOAD_KEY();
41
42MCAPI ::std::string_view const& VOXEL_SHAPE_PAYLOAD_KEY();
43// NOLINTEND
44
45} // namespace SharedTypes::Comprehensive
Definition ReflectionCtx.h:11