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

Classes

struct  Listener

Public Member Functions

virtual::EventResult onEvent (::ScriptingWorldInitializeEvent const &eventData)
virtual::EventResult onEvent (::LevelGameRuleChangeEvent const &eventData)
virtual::EventResult onLevelTick (::Level &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 (::ScriptingWorldInitializeEvent const &eventData)
MCAPI::EventResult $onEvent (::LevelGameRuleChangeEvent const &eventData)
MCAPI::EventResult $onLevelTick (::Level &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, 24, ::std::vector<::ScriptModuleMinecraft::ScriptLevelGlobalEventListener::Listener > > mListeners

Member Function Documentation

◆ $vftable()

MCAPI void ** ScriptModuleMinecraft::ScriptLevelGlobalEventListener::$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: