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 &player)
virtual::EventResult onLevelRemovedActor (::Actor &actor)
virtual::EventResult onLevelTick (::Level &level)
virtual::EventResult onLevelTickStart (::Level &level)
virtual::EventResult onLevelTickEnd (::Level &)
virtual::EventResult onLevelWeatherChange (::std::string const &dimension, bool wasRaining, bool wasLightning, bool isRaining, bool isLightning)
virtual::EventResult onRealmsStory (::std::string const &storyData)
virtual::EventResult onWorldClockTimeModified (::Bedrock::NotNullNonOwnerPtr<::WorldClock > const clock)
virtual::EventResult onWorldClockPaused (::Bedrock::NotNullNonOwnerPtr<::WorldClock > const clock)
virtual::EventResult onWorldClockResumed (::Bedrock::NotNullNonOwnerPtr<::WorldClock > const clock)
virtual::EventResult onWorldClockTimeMarker (::Bedrock::NotNullNonOwnerPtr<::WorldClock > const clock, ::std::string const &timeMarkerName)
virtual::EventResult onEvent (::LevelNotificationEvent const &event)
MCFOLD::EventResult $onLevelInitialized (::Level &level)
MCFOLD::EventResult $onLevelAddedPlayer (::Player &player)
MCFOLD::EventResult $onLevelRemovedPlayer (::Player &player)
MCFOLD::EventResult $onLevelRemovedActor (::Actor &actor)
MCFOLD::EventResult $onLevelTick (::Level &level)
MCFOLD::EventResult $onLevelTickStart (::Level &level)
MCFOLD::EventResult $onLevelTickEnd (::Level &)
MCFOLD::EventResult $onLevelWeatherChange (::std::string const &dimension, bool wasRaining, bool wasLightning, bool isRaining, bool isLightning)
MCFOLD::EventResult $onRealmsStory (::std::string const &storyData)
MCFOLD::EventResult $onWorldClockTimeModified (::Bedrock::NotNullNonOwnerPtr<::WorldClock > const clock)
MCFOLD::EventResult $onWorldClockPaused (::Bedrock::NotNullNonOwnerPtr<::WorldClock > const clock)
MCFOLD::EventResult $onWorldClockResumed (::Bedrock::NotNullNonOwnerPtr<::WorldClock > const clock)
MCFOLD::EventResult $onWorldClockTimeMarker (::Bedrock::NotNullNonOwnerPtr<::WorldClock > const clock, ::std::string const &timeMarkerName)
MCFOLD::EventResult $onEvent (::LevelNotificationEvent const &event)

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