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

Public Types

using EventType = ::LevelNotificationEvent

Public Member Functions

virtual void tick (::EntityRegistry &registry)
virtual::EventResult onLevelAddedPlayer (::Player &player)
MCAPI void $tick (::EntityRegistry &registry)
MCAPI::EventResult $onLevelAddedPlayer (::Player &player)
virtual void singleTick (::EntityRegistry &registry, ::EntityContext &entity)
virtual void singleTick (::EntityRegistry &registry, ::StrictEntityContext &entityContext)
MCFOLD void $singleTick (::EntityRegistry &registry, ::EntityContext &entity)
MCFOLD void $singleTick (::EntityRegistry &registry, ::StrictEntityContext &entityContext)
virtual void registerEvents (::entt::dispatcher &dispatcher)
MCFOLD void $registerEvents (::entt::dispatcher &dispatcher)
virtual::EventResult onLevelInitialized (::Level &level)
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 onEvent (::LevelNotificationEvent const &event)
MCFOLD::EventResult $onLevelInitialized (::Level &level)
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 $onEvent (::LevelNotificationEvent const &event)

Static Public Member Functions

static MCAPI void ** $vftableForLevelEventListener ()
static MCAPI void ** $vftableForITickingSystem ()
static MCAPI void ** $vftable ()

Member Function Documentation

◆ tick()

virtual void WardenSpawnTrackerSystem::tick ( ::EntityRegistry & registry)
virtual

Implements ITickingSystem.

◆ $vftableForLevelEventListener()

MCAPI void ** WardenSpawnTrackerSystem::$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.

◆ $vftableForITickingSystem()

MCAPI void ** WardenSpawnTrackerSystem::$vftableForITickingSystem ( )
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.

◆ $vftable()

MCAPI void ** ITickingSystem::$vftable ( )
staticinherited
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: