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

Public Types

using EventType = ::LevelNotificationEvent
 

Public Member Functions

ScriptTickListeneroperator= (ScriptTickListener const &)
 
 ScriptTickListener (ScriptTickListener const &)
 
virtual::EventResult onLevelTickStart (::Level &level)
 
virtual::EventResult onLevelTickEnd (::Level &)
 
virtual void onScriptTickStart ()
 
virtual void onScriptTickEnd ()
 
MCAPI ScriptTickListener (::ScriptDeferredEventCoordinator &deferredEventCoordinator, ::LevelEventCoordinator &levelEventCoordinator, ::ScriptPluginManager &pluginManager, ::ScriptDiagnostics &diagnostics, ::ScriptAsyncJobCoordinator &asyncJobCoordinator)
 
MCAPI::ServerPerformanceData & _getServerPerfData ()
 
MCAPI void * $ctor (::ScriptDeferredEventCoordinator &deferredEventCoordinator, ::LevelEventCoordinator &levelEventCoordinator, ::ScriptPluginManager &pluginManager, ::ScriptDiagnostics &diagnostics, ::ScriptAsyncJobCoordinator &asyncJobCoordinator)
 
MCAPI void $dtor ()
 
MCAPI::EventResult $onLevelTickStart (::Level &level)
 
MCAPI::EventResult $onLevelTickEnd (::Level &)
 
MCAPI void $onScriptTickStart ()
 
MCAPI void $onScriptTickEnd ()
 
virtual::EventResult onLevelInitialized (::Level &level)
 
virtual::EventResult onLevelAddedPlayer (::Player &player)
 
virtual::EventResult onLevelRemovedPlayer (::Player &)
 
virtual::EventResult onLevelRemovedActor (::Actor &actor)
 
virtual::EventResult onLevelTick (::Level &)
 
virtual::EventResult onLevelWeatherChange (::std::string const &, bool, bool, bool, bool)
 
virtual::EventResult onEvent (::LevelNotificationEvent const &event)
 
MCAPI::EventResult $onLevelInitialized (::Level &level)
 
MCAPI::EventResult $onLevelAddedPlayer (::Player &player)
 
MCAPI::EventResult $onLevelRemovedPlayer (::Player &)
 
MCAPI::EventResult $onLevelRemovedActor (::Actor &actor)
 
MCAPI::EventResult $onLevelTick (::Level &)
 
MCAPI::EventResult $onLevelWeatherChange (::std::string const &, bool, bool, bool, bool)
 
MCAPI::EventResult $onEvent (::LevelNotificationEvent const &event)
 
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 onFlushItemCustomComponentAfterEvents (::ScriptDeferredFlushTracker &)
 
virtual void onPreFlushAfterEvents ()
 
virtual void onPostFlushAfterEvents ()
 
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 $onFlushItemCustomComponentAfterEvents (::ScriptDeferredFlushTracker &)
 
MCAPI void $onPreFlushAfterEvents ()
 
MCAPI void $onPostFlushAfterEvents ()
 

Static Public Member Functions

static MCAPI void ** $vftableForScriptDeferredEventListener ()
 
static MCAPI void ** $vftableForLevelEventListener ()
 

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnka92da0
 
::ll::UntypedStorage< 8, 8 > mUnk2bc345
 
::ll::UntypedStorage< 8, 8 > mUnk5417e6
 
::ll::UntypedStorage< 8, 8 > mUnke390a2
 
::ll::UntypedStorage< 8, 8 > mUnke4e75b
 
::ll::UntypedStorage< 8, 8 > mUnkcc025a
 
::ll::UntypedStorage< 8, 8 > mUnke6f367
 
::ll::UntypedStorage< 8, 8 > mUnke18734
 
::ll::UntypedStorage< 8, 8 > mUnkd3f5bd
 
::ll::UntypedStorage< 8, 8 > mUnk4ba995
 

Constructor & Destructor Documentation

◆ ScriptTickListener()

MCAPI ScriptTickListener::ScriptTickListener ( ::ScriptDeferredEventCoordinator & deferredEventCoordinator,
::LevelEventCoordinator & levelEventCoordinator,
::ScriptPluginManager & pluginManager,
::ScriptDiagnostics & diagnostics,
::ScriptAsyncJobCoordinator & asyncJobCoordinator )
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

◆ onScriptTickStart()

virtual void ScriptTickListener::onScriptTickStart ( )
virtual

Reimplemented from ScriptDeferredEventListener.

◆ onScriptTickEnd()

virtual void ScriptTickListener::onScriptTickEnd ( )
virtual

Reimplemented from ScriptDeferredEventListener.

◆ _getServerPerfData()

MCAPI::ServerPerformanceData & ScriptTickListener::_getServerPerfData ( )
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 * ScriptTickListener::$ctor ( ::ScriptDeferredEventCoordinator & deferredEventCoordinator,
::LevelEventCoordinator & levelEventCoordinator,
::ScriptPluginManager & pluginManager,
::ScriptDiagnostics & diagnostics,
::ScriptAsyncJobCoordinator & asyncJobCoordinator )
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 ScriptTickListener::$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.

◆ $onLevelTickStart()

MCAPI::EventResult ScriptTickListener::$onLevelTickStart ( ::Level & level)
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.

◆ $onLevelTickEnd()

MCAPI::EventResult ScriptTickListener::$onLevelTickEnd ( ::Level & )
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 ScriptTickListener::$onScriptTickStart ( )
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 ScriptTickListener::$onScriptTickEnd ( )
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 ** ScriptTickListener::$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.

◆ $vftableForLevelEventListener()

static MCAPI void ** ScriptTickListener::$vftableForLevelEventListener ( )
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.

◆ $onLevelInitialized()

MCAPI::EventResult LevelEventListener::$onLevelInitialized ( ::Level & level)
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.

◆ $onLevelAddedPlayer()

MCAPI::EventResult LevelEventListener::$onLevelAddedPlayer ( ::Player & player)
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.

◆ $onLevelRemovedPlayer()

MCAPI::EventResult LevelEventListener::$onLevelRemovedPlayer ( ::Player & )
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.

◆ $onLevelRemovedActor()

MCAPI::EventResult LevelEventListener::$onLevelRemovedActor ( ::Actor & actor)
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.

◆ $onLevelTick()

MCAPI::EventResult LevelEventListener::$onLevelTick ( ::Level & )
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.

◆ $onLevelWeatherChange()

MCAPI::EventResult LevelEventListener::$onLevelWeatherChange ( ::std::string const & ,
bool ,
bool ,
bool ,
bool  )
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.

◆ $onEvent()

MCAPI::EventResult LevelEventListener::$onEvent ( ::LevelNotificationEvent const & event)
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.

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

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

◆ $onPreFlushAfterEvents()

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

◆ $onPostFlushAfterEvents()

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