LeviLamina
Loading...
Searching...
No Matches
ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry Class Reference
Inheritance diagram for ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry:

Classes

struct  ScriptBlockCustomComponentData

Public Member Functions

ScriptBlockCustomComponentsRegistry & operator= (ScriptBlockCustomComponentsRegistry const &)
 ScriptBlockCustomComponentsRegistry (ScriptBlockCustomComponentsRegistry const &)
virtual void onPreFlushAfterEvents ()
virtual void onFlushBlockCustomComponentAfterEvents (::ScriptDeferredFlushTracker &deferredTracker)
virtual void onPostFlushAfterEvents ()
virtual void _onScriptInitializationComplete ()
virtual void _onReload ()
virtual ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptCustomComponentParameters > const & tryGetCustomComponentParametersForItem (::IBlockSource const &region, ::BlockPos blockPos, ::std::string_view componentName, ::Scripting::WeakLifetimeScope const &scope) const
MCAPI ScriptBlockCustomComponentsRegistry (::ServerScriptManagerEvents &events, ::ScriptDeferredEventCoordinator &deferredEventCoordinator, ::ScriptModuleMinecraft::ScriptCustomComponentParameterCache &parameterCache)
MCAPI void _bindComponentToCereal (::HashedString const &compName, ::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface const &closures)
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptCustomComponentInvalidRegistryError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentAlreadyRegisteredError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadVersionError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadNewEventError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadNewComponentError_componentRegistrationValidators (::std::_List_iterator<::std::_List_val<::std::_List_simple_types<::std::pair< ::HashedString const, ::ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::ScriptBlockCustomComponentData > > > > const &compIt, ::HashedString const &name)
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptCustomComponentInvalidRegistryError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentAlreadyRegisteredError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadVersionError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadNewEventError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadNewComponentError_componentRegistrationValidatorsCommon (::std::_List_iterator<::std::_List_val<::std::_List_simple_types<::std::pair< ::HashedString const, ::ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::ScriptBlockCustomComponentData > > > > const &compIt, ::HashedString const &name)
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptCustomComponentInvalidRegistryError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentAlreadyRegisteredError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadVersionError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadNewEventError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadNewComponentError_componentRegistrationValidatorsV1 (::std::_List_iterator<::std::_List_val<::std::_List_simple_types<::std::pair< ::HashedString const, ::ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::ScriptBlockCustomComponentData > > > > const &compIt, ::HashedString const &name, ::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface const &closures)
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptCustomComponentInvalidRegistryError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentAlreadyRegisteredError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadVersionError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadNewEventError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadNewComponentError_componentReloadRegistrationValidators (::std::_List_iterator<::std::_List_val<::std::_List_simple_types<::std::pair< ::HashedString const, ::ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::ScriptBlockCustomComponentData > > > > const &compIt, ::HashedString const &name, ::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface const &closures)
MCAPI void _registerBlockForEventing (::BlockType &block, ::std::vector<::gsl::not_null<::BlockCustomComponentsComponent * > > const &comps)
MCAPI void beforeOnPlayerPlace (::BlockEvents::BlockPlayerPlacingEvent &eventData) const
MCAPI bool hasSubscriptionFor (::ScriptModuleMinecraft::ScriptBlockCustomComponentEventTypes type, ::Block const &block) const
MCAPI bool hasSubscriptionFor (::ScriptModuleMinecraft::ScriptBlockCustomComponentEventTypes type, ::BlockCustomComponentsComponent const &customComponents) const
MCAPI void onBreak (::BlockEvents::BlockBreakEvent const &eventData) const
MCAPI void onEntityFallOn (::BlockEvents::BlockEntityFallOnEvent &eventData) const
MCAPI void onPlace (::BlockEvents::BlockPlaceEvent const &eventData) const
MCAPI void onPlayerBreak (::BlockEvents::BlockPlayerDestroyEvent const &eventData) const
MCAPI void onPlayerInteract (::BlockEvents::BlockPlayerInteractEvent &eventData) const
MCAPI void onQueuedTick (::BlockEvents::BlockQueuedTickEvent const &eventData) const
MCAPI void onRandomTick (::BlockEvents::BlockRandomTickEvent const &eventData) const
MCAPI void onRandomTickLegacy (::BlockEvents::BlockRandomTickLegacyEvent const &eventData) const
MCAPI void onRedstoneUpdate (::BlockEvents::BlockRedstoneUpdateEvent const &eventData) const
MCAPI void onStepOff (::BlockEvents::BlockStepOffEvent const &eventData) const
MCAPI void onStepOn (::BlockEvents::BlockStepOnEvent const &eventData) const
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptCustomComponentInvalidRegistryError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentAlreadyRegisteredError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadVersionError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadNewEventError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadNewComponentErrortryRegisterCustomComponent (::HashedString const &name, ::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface &&closures, ::Scripting::WeakLifetimeScope const &scope)
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptCustomComponentInvalidRegistryError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentAlreadyRegisteredError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadVersionError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadNewEventError, ::ScriptModuleMinecraft::ScriptBlockCustomComponentReloadNewComponentErrortryRegisterCustomComponentV1 (::HashedString const &name, ::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface &&closures, ::Scripting::WeakLifetimeScope const &scope)
MCAPI void * $ctor (::ServerScriptManagerEvents &events, ::ScriptDeferredEventCoordinator &deferredEventCoordinator, ::ScriptModuleMinecraft::ScriptCustomComponentParameterCache &parameterCache)
MCAPI void $dtor ()
MCAPI void $onPreFlushAfterEvents ()
MCAPI void $onFlushBlockCustomComponentAfterEvents (::ScriptDeferredFlushTracker &deferredTracker)
MCAPI void $onPostFlushAfterEvents ()
MCAPI void $_onScriptInitializationComplete ()
MCAPI void $_onReload ()
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptCustomComponentParameters > const & $tryGetCustomComponentParametersForItem (::IBlockSource const &region, ::BlockPos blockPos, ::std::string_view componentName, ::Scripting::WeakLifetimeScope const &scope) const
virtual void onRunSystemTick (::ScriptDeferredFlushTracker &)
virtual void onFlushWorldAfterEvents (::ScriptDeferredFlushTracker &)
virtual void onFlushSystemAfterEvents (::ScriptDeferredFlushTracker &)
virtual void onFlushEditorProjectAfterEvents (::ScriptDeferredFlushTracker &)
virtual void onFlushEditorExtensionContextAfterEvents (::ScriptDeferredFlushTracker &)
virtual void onFlushEditorDataStoreAfterEvents (::ScriptDeferredFlushTracker &)
virtual void onFlushItemCustomComponentAfterEvents (::ScriptDeferredFlushTracker &)
virtual void onScriptTickStart ()
virtual void onScriptTickEnd ()
MCFOLD void $onRunSystemTick (::ScriptDeferredFlushTracker &)
MCFOLD void $onFlushWorldAfterEvents (::ScriptDeferredFlushTracker &)
MCFOLD void $onFlushSystemAfterEvents (::ScriptDeferredFlushTracker &)
MCFOLD void $onFlushEditorProjectAfterEvents (::ScriptDeferredFlushTracker &)
MCFOLD void $onFlushEditorExtensionContextAfterEvents (::ScriptDeferredFlushTracker &)
MCFOLD void $onFlushEditorDataStoreAfterEvents (::ScriptDeferredFlushTracker &)
MCFOLD void $onFlushItemCustomComponentAfterEvents (::ScriptDeferredFlushTracker &)
MCFOLD void $onScriptTickStart ()
MCFOLD void $onScriptTickEnd ()
virtual void _onScriptModuleStartupComplete ()
MCAPI void * $ctor (::ServerScriptManagerEvents &events)
MCAPI void $_onScriptModuleStartupComplete ()

Static Public Member Functions

static MCAPI ::ScriptModuleMinecraft::ScriptCustomComponentEventMetadata< ::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface > const _getEventMetadata ()
static MCAPI void bind (::Scripting::ModuleBindingBuilder &moduleBuilder)
static MCAPI void ** $vftableForScriptDeferredEventListener ()
static MCAPI void ** $vftableForIScriptBlockCustomComponentReader ()
static MCAPI void ** $vftableForScriptCustomComponentRegistry ()
static MCAPI void ** $vftable ()
static MCAPI void ** $vftable ()
static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnk8848d2
::ll::UntypedStorage< 8, 24 > mUnk1fa307
::ll::UntypedStorage< 8, 24 > mUnk61196d
::ll::UntypedStorage< 8, 64 > mUnkb5c618
::ll::UntypedStorage< 8, 24 > mUnkc6a9fb
::ll::UntypedStorage< 2, 2 > mUnke455e0
::ll::UntypedStorage< 8, 8 > mUnk542351
::ll::UntypedStorage< 4, 4 > mUnk7f133f
::ll::UntypedStorage< 8, 16 > mUnkccd0a1
::ll::UntypedStorage< 8, 16 > mUnke8d94f
::ll::UntypedStorage< 8, 16 > mUnk5bdafd

Constructor & Destructor Documentation

◆ ScriptBlockCustomComponentsRegistry()

MCAPI ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::ScriptBlockCustomComponentsRegistry ( ::ServerScriptManagerEvents & events,
::ScriptDeferredEventCoordinator & deferredEventCoordinator,
::ScriptModuleMinecraft::ScriptCustomComponentParameterCache & parameterCache )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ onPreFlushAfterEvents()

virtual void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onPreFlushAfterEvents ( )
virtual

Reimplemented from ScriptDeferredEventListener.

◆ onFlushBlockCustomComponentAfterEvents()

virtual void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onFlushBlockCustomComponentAfterEvents ( ::ScriptDeferredFlushTracker & deferredTracker)
virtual

Reimplemented from ScriptDeferredEventListener.

◆ onPostFlushAfterEvents()

virtual void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onPostFlushAfterEvents ( )
virtual

Reimplemented from ScriptDeferredEventListener.

◆ _onScriptInitializationComplete()

virtual void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::_onScriptInitializationComplete ( )
virtual

◆ _onReload()

virtual void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::_onReload ( )
virtual

◆ tryGetCustomComponentParametersForItem()

virtual ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptCustomComponentParameters > const & ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::tryGetCustomComponentParametersForItem ( ::IBlockSource const & region,
::BlockPos blockPos,
::std::string_view componentName,
::Scripting::WeakLifetimeScope const & scope ) const
virtual

◆ _bindComponentToCereal()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::_bindComponentToCereal ( ::HashedString const & compName,
::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface const & closures )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _componentRegistrationValidators()

Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _componentRegistrationValidatorsCommon()

Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _componentRegistrationValidatorsV1()

Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _componentReloadRegistrationValidators()

Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _registerBlockForEventing()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::_registerBlockForEventing ( ::BlockType & block,
::std::vector<::gsl::not_null<::BlockCustomComponentsComponent * > > const & comps )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ beforeOnPlayerPlace()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::beforeOnPlayerPlace ( ::BlockEvents::BlockPlayerPlacingEvent & eventData) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ hasSubscriptionFor() [1/2]

MCAPI bool ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::hasSubscriptionFor ( ::ScriptModuleMinecraft::ScriptBlockCustomComponentEventTypes type,
::Block const & block ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ hasSubscriptionFor() [2/2]

MCAPI bool ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::hasSubscriptionFor ( ::ScriptModuleMinecraft::ScriptBlockCustomComponentEventTypes type,
::BlockCustomComponentsComponent const & customComponents ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ onBreak()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onBreak ( ::BlockEvents::BlockBreakEvent const & eventData) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ onEntityFallOn()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onEntityFallOn ( ::BlockEvents::BlockEntityFallOnEvent & eventData) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ onPlace()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onPlace ( ::BlockEvents::BlockPlaceEvent const & eventData) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ onPlayerBreak()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onPlayerBreak ( ::BlockEvents::BlockPlayerDestroyEvent const & eventData) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ onPlayerInteract()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onPlayerInteract ( ::BlockEvents::BlockPlayerInteractEvent & eventData) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ onQueuedTick()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onQueuedTick ( ::BlockEvents::BlockQueuedTickEvent const & eventData) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ onRandomTick()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onRandomTick ( ::BlockEvents::BlockRandomTickEvent const & eventData) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ onRandomTickLegacy()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onRandomTickLegacy ( ::BlockEvents::BlockRandomTickLegacyEvent const & eventData) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ onRedstoneUpdate()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onRedstoneUpdate ( ::BlockEvents::BlockRedstoneUpdateEvent const & eventData) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ onStepOff()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onStepOff ( ::BlockEvents::BlockStepOffEvent const & eventData) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ onStepOn()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onStepOn ( ::BlockEvents::BlockStepOnEvent const & eventData) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ tryRegisterCustomComponent()

Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ tryRegisterCustomComponentV1()

Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _getEventMetadata()

MCAPI ::ScriptModuleMinecraft::ScriptCustomComponentEventMetadata< ::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface > const ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::_getEventMetadata ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ bind()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::bind ( ::Scripting::ModuleBindingBuilder & moduleBuilder)
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [1/2]

MCAPI void * ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::$ctor ( ::ServerScriptManagerEvents & events,
::ScriptDeferredEventCoordinator & deferredEventCoordinator,
::ScriptModuleMinecraft::ScriptCustomComponentParameterCache & parameterCache )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onPreFlushAfterEvents()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::$onPreFlushAfterEvents ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onFlushBlockCustomComponentAfterEvents()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::$onFlushBlockCustomComponentAfterEvents ( ::ScriptDeferredFlushTracker & deferredTracker)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onPostFlushAfterEvents()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::$onPostFlushAfterEvents ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_onScriptInitializationComplete()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::$_onScriptInitializationComplete ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_onReload()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::$_onReload ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $tryGetCustomComponentParametersForItem()

MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptCustomComponentParameters > const & ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::$tryGetCustomComponentParametersForItem ( ::IBlockSource const & region,
::BlockPos blockPos,
::std::string_view componentName,
::Scripting::WeakLifetimeScope const & scope ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForScriptDeferredEventListener()

MCAPI void ** ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::$vftableForScriptDeferredEventListener ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForIScriptBlockCustomComponentReader()

MCAPI void ** ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::$vftableForIScriptBlockCustomComponentReader ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForScriptCustomComponentRegistry()

MCAPI void ** ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::$vftableForScriptCustomComponentRegistry ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable() [1/3]

MCAPI void ** ScriptModuleMinecraft::IScriptBlockCustomComponentReader::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable() [2/3]

MCAPI void ** ScriptDeferredEventListener::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [2/2]

MCAPI void * ScriptModuleMinecraft::ScriptServerStateMonitor::$ctor ( ::ServerScriptManagerEvents & events)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_onScriptModuleStartupComplete()

MCAPI void ScriptModuleMinecraft::ScriptServerStateMonitor::$_onScriptModuleStartupComplete ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable() [3/3]

MCAPI void ** ScriptModuleMinecraft::ScriptServerStateMonitor::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: