LeviLamina
Loading...
Searching...
No Matches
EventCoordinatorManager Class Referenceabstract
Inheritance diagram for EventCoordinatorManager:

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

::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

◆ EventCoordinatorManager()

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

◆ getActorEventCoordinator()

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

◆ $ctor()

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

◆ $dtor()

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

◆ $getServerLevelEventCoordinator()

MCAPI ::Bedrock::NonOwnerPointer<::ServerLevelEventCoordinator > EventCoordinatorManager::$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 > EventCoordinatorManager::$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 ** EventCoordinatorManager::$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.

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