3#include "mc/_HeaderOutputPredefine.h"
10namespace SharedTypes::Comprehensive {
13MCAPI
void bindItemComponentTypes(::cereal::ReflectionCtx& ctx);
18MCAPI ::std::string_view
const& AIM_ASSIST_PAYLOAD_KEY();
20MCAPI ::std::string_view
const& BIOME_PAYLOAD_KEY();
23MCAPI ::std::string_view
const& BLOCK_CULLING_PAYLOAD_KEY();
26MCAPI ::std::string_view
const& CAMERA_PAYLOAD_KEY();
28MCAPI ::std::string_view
const& CAMERA_SPLINE_PAYLOAD_KEY();
31MCAPI ::std::string_view
const& CLIENT_BIOME_PAYLOAD_KEY();
34MCAPI ::std::string_view
const& CRAFTING_ITEMS_CATALOG_PAYLOAD();
36MCAPI ::std::string_view
const& FEATURE_RULES_PAYLOAD_KEY();
38MCAPI ::std::string_view
const& PARTICLE_PAYLOAD_KEY();
40MCAPI ::std::string_view
const& TRADE_TABLES_PAYLOAD_KEY();
42MCAPI ::std::string_view
const& VOXEL_SHAPE_PAYLOAD_KEY();
Definition ReflectionCtx.h:11