42 ::ll::TypedStorage<1, 1, bool> mIsCustomComponentsV1;
43 ::ll::TypedStorage<1, 1, bool> mHasPlayerInteractEvent;
44 ::ll::TypedStorage<1, 1, bool> mHasPlayerPlacingEvent;
45 ::ll::TypedStorage<8, 16, ::WeakRef<::ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry>> mScriptRegistry;
46 ::ll::TypedStorage<8, 24, ::std::vector<::BlockCustomComponentData>> mCustomComponentData;
52 MCAPI ::std::vector<::BlockCustomComponentsComponent::ExecutableComponent> _gatherComponentsToExecute()
const;
54 MCAPI ::std::vector<::gsl::not_null<::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface const*>>
55 tryGetComponentsToExecute(
::BlockLegacy const& baseBlock)
const;