23 struct ComponentInfo {
28 mLegacyDataConversionFunc;
29 ::ll::TypedStorage<8, 64, ::std::function<void(
::Actor&,
::CompoundTag const&)>> mCreateAndLoadComponentFunc;
30 ::ll::TypedStorage<8, 64, ::std::function<void(
::Actor const&,
::CompoundTag&)>> mSaveComponentFunc;
35 ComponentInfo& operator=(ComponentInfo
const&);
36 ComponentInfo(ComponentInfo
const&);
44 MCAPI ~ComponentInfo();
57 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::InternalComponentRegistry::ComponentInfo>>