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

Public Member Functions

virtual ::Bedrock::NonOwnerPointer<::ServerPlayerEventCoordinatorgetServerPlayerEventCoordinator ()
virtual ::Bedrock::NotNullNonOwnerPtr<::LevelEventCoordinatorgetLevelEventCoordinator ()
virtual ::Bedrock::NonOwnerPointer<::ServerLevelEventCoordinatorgetServerLevelEventCoordinator ()
virtual ::Bedrock::NonOwnerPointer<::ServerNetworkEventCoordinatorgetServerNetworkEventCoordinator ()
MCAPI ServerEventCoordinatorManager ()
MCAPI void * $ctor ()
MCAPI ::Bedrock::NonOwnerPointer<::ServerPlayerEventCoordinator$getServerPlayerEventCoordinator ()
MCAPI ::Bedrock::NotNullNonOwnerPtr<::LevelEventCoordinator$getLevelEventCoordinator ()
MCAPI ::Bedrock::NonOwnerPointer<::ServerLevelEventCoordinator$getServerLevelEventCoordinator ()
MCAPI ::Bedrock::NonOwnerPointer<::ServerNetworkEventCoordinator$getServerNetworkEventCoordinator ()
virtual ::Bedrock::NonOwnerPointer<::PlayerEventCoordinatorgetRemotePlayerEventCoordinator ()
virtual ::Bedrock::NonOwnerPointer<::ClientPlayerEventCoordinatorgetClientPlayerEventCoordinator ()
MCAPI ::Bedrock::NotNullNonOwnerPtr<::ActorEventCoordinatorgetActorEventCoordinator ()
MCAPI void $dtor ()
MCAPI ::Bedrock::NonOwnerPointer<::PlayerEventCoordinator$getRemotePlayerEventCoordinator ()
MCAPI ::Bedrock::NonOwnerPointer<::ClientPlayerEventCoordinator$getClientPlayerEventCoordinator ()

Static Public Member Functions

static MCAPI void ** $vftable ()
static MCAPI ::Bedrock::UniqueOwnerPointer<::EventCoordinatorManagercreateEventCoordinatorManager (bool isClientSide)

Public Attributes

::ll::TypedStorage< 8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ServerLevelEventCoordinator > > > mServerLevelEventCoordinator
::ll::TypedStorage< 8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ServerPlayerEventCoordinator > > > mServerPlayerEventCoordinator
::ll::TypedStorage< 8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ServerNetworkEventCoordinator > > > mServerNetworkEventCoordinator
::ll::TypedStorage< 8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ActorEventCoordinator > > > mActorEventCoordinator
::ll::TypedStorage< 8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::BlockEventCoordinator > > > mBlockEventCoordinator
::ll::TypedStorage< 8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ItemEventCoordinator > > > mItemEventCoordinator
::ll::TypedStorage< 8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::NpcEventCoordinator > > > mNpcEventCoordinator
::ll::TypedStorage< 8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ScriptingEventCoordinator > > > mScriptingEventCoordinator
::ll::TypedStorage< 8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ScriptDeferredEventCoordinator > > > mScriptDeferredEventCoordinator

Constructor & Destructor Documentation

◆ ServerEventCoordinatorManager()

MCAPI ServerEventCoordinatorManager::ServerEventCoordinatorManager ( )
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.

Member Function Documentation

◆ getLevelEventCoordinator()

virtual ::Bedrock::NotNullNonOwnerPtr<::LevelEventCoordinator > ServerEventCoordinatorManager::getLevelEventCoordinator ( )
virtual

◆ $ctor()

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

◆ $getServerPlayerEventCoordinator()

MCAPI ::Bedrock::NonOwnerPointer<::ServerPlayerEventCoordinator > ServerEventCoordinatorManager::$getServerPlayerEventCoordinator ( )
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.

◆ $getLevelEventCoordinator()

MCAPI ::Bedrock::NotNullNonOwnerPtr<::LevelEventCoordinator > ServerEventCoordinatorManager::$getLevelEventCoordinator ( )
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.

◆ $getServerLevelEventCoordinator()

MCAPI ::Bedrock::NonOwnerPointer<::ServerLevelEventCoordinator > ServerEventCoordinatorManager::$getServerLevelEventCoordinator ( )
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.

◆ $getServerNetworkEventCoordinator()

MCAPI ::Bedrock::NonOwnerPointer<::ServerNetworkEventCoordinator > ServerEventCoordinatorManager::$getServerNetworkEventCoordinator ( )
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 ** ServerEventCoordinatorManager::$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.

◆ getActorEventCoordinator()

MCAPI ::Bedrock::NotNullNonOwnerPtr<::ActorEventCoordinator > EventCoordinatorManager::getActorEventCoordinator ( )
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.

◆ createEventCoordinatorManager()

MCAPI ::Bedrock::UniqueOwnerPointer<::EventCoordinatorManager > EventCoordinatorManager::createEventCoordinatorManager ( bool isClientSide)
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.

◆ $dtor()

MCAPI void EventCoordinatorManager::$dtor ( )
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.

◆ $getRemotePlayerEventCoordinator()

MCAPI ::Bedrock::NonOwnerPointer<::PlayerEventCoordinator > EventCoordinatorManager::$getRemotePlayerEventCoordinator ( )
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.

◆ $getClientPlayerEventCoordinator()

MCAPI ::Bedrock::NonOwnerPointer<::ClientPlayerEventCoordinator > EventCoordinatorManager::$getClientPlayerEventCoordinator ( )
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: