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)
 
MCAPI void $singleTick (::EntityRegistry &registry, ::EntityContext &entity)
 
MCAPI void $singleTick (::EntityRegistry &registry, ::StrictEntityContext &entityContext)
 
virtual void registerEvents (::entt::dispatcher &dispatcher)
 
MCAPI void $registerEvents (::entt::dispatcher &dispatcher)
 
virtual::EventResult onLevelInitialized (::Level &level)
 
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 $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)
 

Static Public Member Functions

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

Member Function Documentation

◆ tick()

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

Implements ITickingSystem.

◆ $tick()

MCAPI void WardenSpawnTrackerSystem::$tick ( ::EntityRegistry & registry)
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 WardenSpawnTrackerSystem::$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.

◆ $vftableForLevelEventListener()

static 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()

static 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.

◆ $singleTick() [1/2]

MCAPI void ITickingSystem::$singleTick ( ::EntityRegistry & registry,
::EntityContext & entity )
inherited
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.

◆ $singleTick() [2/2]

MCAPI void ITickingSystem::$singleTick ( ::EntityRegistry & registry,
::StrictEntityContext & entityContext )
inherited
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.

◆ $registerEvents()

MCAPI void ISystem::$registerEvents ( ::entt::dispatcher & dispatcher)
inherited
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.

◆ $onLevelInitialized()

MCAPI::EventResult LevelEventListener::$onLevelInitialized ( ::Level & level)
inherited
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 & )
inherited
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)
inherited
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 & )
inherited
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 & )
inherited
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 & )
inherited
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  )
inherited
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)
inherited
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: