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

Public Types

using EventType = ::LevelNotificationEvent
 

Public Member Functions

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 onLevelTickStart (::Level &)
 
virtual::EventResult onLevelTickEnd (::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 $onLevelTickStart (::Level &)
 
MCAPI::EventResult $onLevelTickEnd (::Level &)
 
MCAPI::EventResult $onLevelWeatherChange (::std::string const &, bool, bool, bool, bool)
 
MCAPI::EventResult $onEvent (::LevelNotificationEvent const &event)
 

Member Function Documentation

◆ $onLevelInitialized()

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

◆ $onLevelAddedPlayer()

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

◆ $onLevelWeatherChange()

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