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

Public Member Functions

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

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<::ClientLevelEventCoordinator > > > mClientLevelEventCoordinator
 
::ll::TypedStorage< 8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::PlayerEventCoordinator > > > mRemotePlayerEventCoordinator
 
::ll::TypedStorage< 8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ClientPlayerEventCoordinator > > > mClientPlayerEventCoordinator
 
::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

◆ ClientEventCoordinatorManager()

MCAPI ClientEventCoordinatorManager::ClientEventCoordinatorManager ( )
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 > ClientEventCoordinatorManager::getLevelEventCoordinator ( )
virtual

◆ $ctor()

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

◆ $getRemotePlayerEventCoordinator()

MCAPI ::Bedrock::NonOwnerPointer<::PlayerEventCoordinator > ClientEventCoordinatorManager::$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 > ClientEventCoordinatorManager::$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.

◆ $getLevelEventCoordinator()

MCAPI ::Bedrock::NotNullNonOwnerPtr<::LevelEventCoordinator > ClientEventCoordinatorManager::$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.

◆ $vftable()

static MCAPI void ** ClientEventCoordinatorManager::$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()

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

◆ $getServerPlayerEventCoordinator()

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

◆ $getServerLevelEventCoordinator()

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

◆ $getServerNetworkEventCoordinator()

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