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

Classes

struct  ScriptBlockCustomComponentData
 

Public Types

enum class  State : int {
  PreInit = 0 , ScriptLoaded = 1 , Finalized = 2 , ReloadingPreInit = 3 ,
  ReloadingScriptLoaded = 4
}
 

Public Member Functions

ScriptBlockCustomComponentsRegistryoperator= (ScriptBlockCustomComponentsRegistry const &)
 
 ScriptBlockCustomComponentsRegistry (ScriptBlockCustomComponentsRegistry const &)
 
virtual void onPreFlushAfterEvents ()
 
virtual void onFlushBlockCustomComponentAfterEvents (::ScriptDeferredFlushTracker &deferredTracker)
 
virtual void onPostFlushAfterEvents ()
 
virtual void _onScriptInitializationComplete ()
 
virtual void _onReload ()
 
virtual bool isValidComponentForBlock (::IBlockSource const &region, ::BlockPos blockPos, ::std::string_view componentName) const
 
MCAPI ScriptBlockCustomComponentsRegistry (::ScriptDeferredEventCoordinator &deferredEventCoordinator)
 
MCAPI void _bindComponentToCereal (::HashedString const &compName, ::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface const &closures)
 
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, ::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 (::BlockLegacy &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 void onEntityFallOn (::BlockEvents::BlockEntityFallOnEvent &eventData) const
 
MCAPI void onPlace (::BlockEvents::BlockPlaceEvent const &eventData) const
 
MCAPI void onPlayerDestroy (::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 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 (::ScriptDeferredEventCoordinator &deferredEventCoordinator)
 
MCAPI void $dtor ()
 
MCAPI void $onPreFlushAfterEvents ()
 
MCAPI void $onFlushBlockCustomComponentAfterEvents (::ScriptDeferredFlushTracker &deferredTracker)
 
MCAPI void $onPostFlushAfterEvents ()
 
MCAPI void $_onScriptInitializationComplete ()
 
MCAPI void $_onReload ()
 
MCAPI bool $isValidComponentForBlock (::IBlockSource const &region, ::BlockPos blockPos, ::std::string_view componentName) const
 
virtual void onRunSystemTick (::ScriptDeferredFlushTracker &)
 
virtual void onFlushWorldAfterEvents (::ScriptDeferredFlushTracker &)
 
virtual void onFlushSystemAfterEvents (::ScriptDeferredFlushTracker &)
 
virtual void onFlushEditorExtensionContextAfterEvents (::ScriptDeferredFlushTracker &)
 
virtual void onFlushEditorDataStoreAfterEvents (::ScriptDeferredFlushTracker &)
 
virtual void onFlushItemCustomComponentAfterEvents (::ScriptDeferredFlushTracker &)
 
virtual void onScriptTickStart ()
 
virtual void onScriptTickEnd ()
 
MCAPI void $onRunSystemTick (::ScriptDeferredFlushTracker &)
 
MCAPI void $onFlushWorldAfterEvents (::ScriptDeferredFlushTracker &)
 
MCAPI void $onFlushSystemAfterEvents (::ScriptDeferredFlushTracker &)
 
MCAPI void $onFlushEditorExtensionContextAfterEvents (::ScriptDeferredFlushTracker &)
 
MCAPI void $onFlushEditorDataStoreAfterEvents (::ScriptDeferredFlushTracker &)
 
MCAPI void $onFlushItemCustomComponentAfterEvents (::ScriptDeferredFlushTracker &)
 
MCAPI void $onScriptTickStart ()
 
MCAPI void $onScriptTickEnd ()
 
virtual void _onScriptModuleStartupComplete ()
 
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 generateOrderDocumentationForVersion (::Scripting::ModuleDescriptor const &moduleToDocumentFor, ::Json::Value &eventOrderArray)
 
static MCAPI void ** $vftableForScriptDeferredEventListener ()
 
static MCAPI void ** $vftableForIScriptBlockCustomComponentReader ()
 
static MCAPI void ** $vftableForScriptCustomComponentRegistry ()
 

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 > mUnk8db1d0
 
::ll::UntypedStorage< 4, 4 > mUnka41faa
 

Constructor & Destructor Documentation

◆ ScriptBlockCustomComponentsRegistry()

MCAPI ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::ScriptBlockCustomComponentsRegistry ( ::ScriptDeferredEventCoordinator & deferredEventCoordinator)
explicit
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

◆ isValidComponentForBlock()

virtual bool ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::isValidComponentForBlock ( ::IBlockSource const & region,
::BlockPos blockPos,
::std::string_view componentName ) 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.

◆ _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.

◆ _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 ( ::BlockLegacy & 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()

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.

◆ 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.

◆ onPlayerDestroy()

MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::onPlayerDestroy ( ::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.

◆ 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()

static 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()

static 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.

◆ generateOrderDocumentationForVersion()

static MCAPI void ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::generateOrderDocumentationForVersion ( ::Scripting::ModuleDescriptor const & moduleToDocumentFor,
::Json::Value & eventOrderArray )
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()

MCAPI void * ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::$ctor ( ::ScriptDeferredEventCoordinator & deferredEventCoordinator)
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.

◆ $isValidComponentForBlock()

MCAPI bool ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry::$isValidComponentForBlock ( ::IBlockSource const & region,
::BlockPos blockPos,
::std::string_view componentName ) 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()

static 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()

static 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()

static 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.

◆ $onRunSystemTick()

MCAPI void ScriptDeferredEventListener::$onRunSystemTick ( ::ScriptDeferredFlushTracker & )
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.

◆ $onFlushWorldAfterEvents()

MCAPI void ScriptDeferredEventListener::$onFlushWorldAfterEvents ( ::ScriptDeferredFlushTracker & )
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.

◆ $onFlushSystemAfterEvents()

MCAPI void ScriptDeferredEventListener::$onFlushSystemAfterEvents ( ::ScriptDeferredFlushTracker & )
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.

◆ $onFlushEditorExtensionContextAfterEvents()

MCAPI void ScriptDeferredEventListener::$onFlushEditorExtensionContextAfterEvents ( ::ScriptDeferredFlushTracker & )
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.

◆ $onFlushEditorDataStoreAfterEvents()

MCAPI void ScriptDeferredEventListener::$onFlushEditorDataStoreAfterEvents ( ::ScriptDeferredFlushTracker & )
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.

◆ $onFlushItemCustomComponentAfterEvents()

MCAPI void ScriptDeferredEventListener::$onFlushItemCustomComponentAfterEvents ( ::ScriptDeferredFlushTracker & )
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.

◆ $onScriptTickStart()

MCAPI void ScriptDeferredEventListener::$onScriptTickStart ( )
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.

◆ $onScriptTickEnd()

MCAPI void ScriptDeferredEventListener::$onScriptTickEnd ( )
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::ScriptCustomComponentRegistry::$_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.

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