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

Public Member Functions

virtual::EventResult onEvent (::LevelGameRuleChangeEvent const &event)
 
virtual::EventResult onEvent (::ScriptingWorldInitializeEvent const &scriptingInitializedEvent)
 
virtual::EventResult onLevelTick (::Level &)
 
virtual::EventResult onLevelAddedPlayer (::Player &player)
 
virtual::EventResult onLevelRemovedPlayer (::Player &player)
 
virtual::EventResult onLevelWeatherChange (::std::string const &dimension, bool wasRaining, bool wasLightning, bool isRaining, bool isLightning)
 
virtual::EventResult onLevelRemovedActor (::Actor &actor)
 
MCAPI::EventResult $onEvent (::LevelGameRuleChangeEvent const &event)
 
MCAPI::EventResult $onEvent (::ScriptingWorldInitializeEvent const &scriptingInitializedEvent)
 
MCAPI::EventResult $onLevelTick (::Level &)
 
MCAPI::EventResult $onLevelAddedPlayer (::Player &player)
 
MCAPI::EventResult $onLevelRemovedPlayer (::Player &player)
 
MCAPI::EventResult $onLevelWeatherChange (::std::string const &dimension, bool wasRaining, bool wasLightning, bool isRaining, bool isLightning)
 
MCAPI::EventResult $onLevelRemovedActor (::Actor &actor)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 8, 16, ::Scripting::WeakLifetimeScopemScope
 
::ll::TypedStorage< 8, 16, ::Scripting::TypedObjectHandle<::ScriptModuleMinecraft::IScriptWorldAfterEvents > > mScriptEventsHandle
 
::ll::TypedStorage< 1, 1, bool > mAfterListener
 

Member Function Documentation

◆ $vftable()

static MCAPI void ** ScriptModuleMinecraft::ScriptLevelEventListener::$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.

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