25 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::std::shared_ptr<::BlockComponentDescription>>>
38 MCAPI
void _setCustomComponent(
39 ::std::string_view compName,
40 ::std::shared_ptr<::cereal::DynamicValue>
const& compData,
41 bool overridePlayerInteract,
42 bool overridePlayerPlacing
45 MCAPI ::std::shared_ptr<::cereal::DynamicValue>
48 MCFOLD ::BlockComponentGroupDescription::Components&
70 ::ll::TypedStorage<8, 64, ::BlockComponentGroupDescription::Components> mCerealDescriptions;
71 ::ll::TypedStorage<8, 24, ::std::vector<::HashedString>> mTags;
72 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::BlockComponentDescription>>> mDescriptions;
88 MCAPI
void addComponentDescription(::std::shared_ptr<::BlockComponentDescription> desc);
Definition SerializerContext.h:11