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

Public Member Functions

ScriptItemCustomComponentSignalCollectionoperator= (ScriptItemCustomComponentSignalCollection const &)
 
 ScriptItemCustomComponentSignalCollection (ScriptItemCustomComponentSignalCollection const &)
 
virtual void registerClosures (::HashedString const &componentName, ::ScriptModuleMinecraft::ScriptItemCustomComponentInterface &&closures)
 
virtual void subscribeToItemForComponent (::ComponentItem &item, ::std::vector<::ItemCustomComponentData > const &components)
 
virtual void clear ()
 
virtual void onPreFlushAfterEvents ()
 
virtual void onFlushItemCustomComponentAfterEvents (::ScriptDeferredFlushTracker &deferredTracker)
 
virtual void onPostFlushAfterEvents ()
 
MCAPI ScriptItemCustomComponentSignalCollection ()
 
MCAPI ScriptItemCustomComponentSignalCollection (::ScriptModuleMinecraft::ScriptCustomComponentEventMetadata< ::ScriptModuleMinecraft::ScriptItemCustomComponentInterface > &&metadata)
 
MCAPI void bindMetadata (::Scripting::ModuleBindingBuilder &moduleBuilder)
 
MCAPI void * $ctor ()
 
MCAPI void * $ctor (::ScriptModuleMinecraft::ScriptCustomComponentEventMetadata< ::ScriptModuleMinecraft::ScriptItemCustomComponentInterface > &&metadata)
 
MCAPI void $dtor ()
 
MCAPI void $registerClosures (::HashedString const &componentName, ::ScriptModuleMinecraft::ScriptItemCustomComponentInterface &&closures)
 
MCAPI void $subscribeToItemForComponent (::ComponentItem &item, ::std::vector<::ItemCustomComponentData > const &components)
 
MCAPI void $clear ()
 
MCAPI void $onPreFlushAfterEvents ()
 
MCAPI void $onFlushItemCustomComponentAfterEvents (::ScriptDeferredFlushTracker &deferredTracker)
 
MCAPI void $onPostFlushAfterEvents ()
 
virtual void onRunSystemTick (::ScriptDeferredFlushTracker &)
 
virtual void onFlushWorldAfterEvents (::ScriptDeferredFlushTracker &)
 
virtual void onFlushSystemAfterEvents (::ScriptDeferredFlushTracker &)
 
virtual void onFlushEditorExtensionContextAfterEvents (::ScriptDeferredFlushTracker &)
 
virtual void onFlushBlockCustomComponentAfterEvents (::ScriptDeferredFlushTracker &)
 
virtual void onFlushEditorDataStoreAfterEvents (::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 $onFlushBlockCustomComponentAfterEvents (::ScriptDeferredFlushTracker &)
 
MCAPI void $onFlushEditorDataStoreAfterEvents (::ScriptDeferredFlushTracker &)
 
MCAPI void $onScriptTickStart ()
 
MCAPI void $onScriptTickEnd ()
 

Static Public Member Functions

static MCAPI void bind (::Scripting::ModuleBindingBuilder &moduleBuilder)
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 24 > mUnk3e8f4b
 
::ll::UntypedStorage< 8, 24 > mUnk19348b
 
::ll::UntypedStorage< 8, 88 > mUnk39381f
 

Constructor & Destructor Documentation

◆ ScriptItemCustomComponentSignalCollection() [1/2]

MCAPI ScriptModuleMinecraft::ScriptItemCustomComponentSignalCollection::ScriptItemCustomComponentSignalCollection ( )
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.

◆ ScriptItemCustomComponentSignalCollection() [2/2]

MCAPI ScriptModuleMinecraft::ScriptItemCustomComponentSignalCollection::ScriptItemCustomComponentSignalCollection ( ::ScriptModuleMinecraft::ScriptCustomComponentEventMetadata< ::ScriptModuleMinecraft::ScriptItemCustomComponentInterface > && metadata)
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

◆ registerClosures()

virtual void ScriptModuleMinecraft::ScriptItemCustomComponentSignalCollection::registerClosures ( ::HashedString const & componentName,
::ScriptModuleMinecraft::ScriptItemCustomComponentInterface && closures )
virtual

◆ subscribeToItemForComponent()

virtual void ScriptModuleMinecraft::ScriptItemCustomComponentSignalCollection::subscribeToItemForComponent ( ::ComponentItem & item,
::std::vector<::ItemCustomComponentData > const & components )
virtual

◆ clear()

virtual void ScriptModuleMinecraft::ScriptItemCustomComponentSignalCollection::clear ( )
virtual

◆ onPreFlushAfterEvents()

virtual void ScriptModuleMinecraft::ScriptItemCustomComponentSignalCollection::onPreFlushAfterEvents ( )
virtual

Reimplemented from ScriptDeferredEventListener.

◆ onFlushItemCustomComponentAfterEvents()

virtual void ScriptModuleMinecraft::ScriptItemCustomComponentSignalCollection::onFlushItemCustomComponentAfterEvents ( ::ScriptDeferredFlushTracker & deferredTracker)
virtual

Reimplemented from ScriptDeferredEventListener.

◆ onPostFlushAfterEvents()

virtual void ScriptModuleMinecraft::ScriptItemCustomComponentSignalCollection::onPostFlushAfterEvents ( )
virtual

Reimplemented from ScriptDeferredEventListener.

◆ bindMetadata()

MCAPI void ScriptModuleMinecraft::ScriptItemCustomComponentSignalCollection::bindMetadata ( ::Scripting::ModuleBindingBuilder & moduleBuilder)
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::ScriptItemCustomComponentSignalCollection::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::ScriptItemCustomComponentSignalCollection::$ctor ( )
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::ScriptItemCustomComponentSignalCollection::$ctor ( ::ScriptModuleMinecraft::ScriptCustomComponentEventMetadata< ::ScriptModuleMinecraft::ScriptItemCustomComponentInterface > && metadata)
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::ScriptItemCustomComponentSignalCollection::$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.

◆ $registerClosures()

MCAPI void ScriptModuleMinecraft::ScriptItemCustomComponentSignalCollection::$registerClosures ( ::HashedString const & componentName,
::ScriptModuleMinecraft::ScriptItemCustomComponentInterface && 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.

◆ $subscribeToItemForComponent()

MCAPI void ScriptModuleMinecraft::ScriptItemCustomComponentSignalCollection::$subscribeToItemForComponent ( ::ComponentItem & item,
::std::vector<::ItemCustomComponentData > const & components )
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.

◆ $clear()

MCAPI void ScriptModuleMinecraft::ScriptItemCustomComponentSignalCollection::$clear ( )
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::ScriptItemCustomComponentSignalCollection::$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.

◆ $onFlushItemCustomComponentAfterEvents()

MCAPI void ScriptModuleMinecraft::ScriptItemCustomComponentSignalCollection::$onFlushItemCustomComponentAfterEvents ( ::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::ScriptItemCustomComponentSignalCollection::$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.

◆ $vftable()

static MCAPI void ** ScriptModuleMinecraft::ScriptItemCustomComponentSignalCollection::$vftable ( )
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.

◆ $onFlushBlockCustomComponentAfterEvents()

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

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

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