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

Public Member Functions

virtual ::Bedrock::PubSub::Connector< void(::SharedTypes::Legacy::LevelEvent, ::Vec3 const &, int)> & getLevelEventDataConnector ()
 
virtual ::Bedrock::PubSub::Connector< void(::SharedTypes::Legacy::LevelEvent, ::CompoundTag const &)> & getLevelEventCompoundTagConnector ()
 
MCAPI LevelEventManager (bool isClientSide, ::Bedrock::NotNullNonOwnerPtr<::LevelEventCoordinator > levelEventCoordinator)
 
MCAPI void broadcastLevelEvent (::SharedTypes::Legacy::LevelEvent type, ::CompoundTag const &tag, ::UserEntityIdentifierComponent const *userIdentifierToExclude)
 
MCAPI void broadcastLevelEvent (::SharedTypes::Legacy::LevelEvent type, ::Vec3 const &pos, int data, ::UserEntityIdentifierComponent const *userIdentifierToExclude)
 
MCAPI void broadcastLocalEvent (::IDimension &dimension, ::SharedTypes::Legacy::LevelEvent type, ::Vec3 const &pos, int data)
 
MCAPI void * $ctor (bool isClientSide, ::Bedrock::NotNullNonOwnerPtr<::LevelEventCoordinator > levelEventCoordinator)
 
MCAPI void $dtor ()
 
MCAPI ::Bedrock::PubSub::Connector< void(::SharedTypes::Legacy::LevelEvent, ::Vec3 const &, int)> & $getLevelEventDataConnector ()
 
MCAPI ::Bedrock::PubSub::Connector< void(::SharedTypes::Legacy::LevelEvent, ::CompoundTag const &)> & $getLevelEventCompoundTagConnector ()
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 1, 1, bool const > mIsClientSide
 
::ll::TypedStorage< 8, 24, ::Bedrock::NotNullNonOwnerPtr<::LevelEventCoordinator > const > mLevelEventCoordinator
 
::ll::TypedStorage< 8, 24, ::Bedrock::NonOwnerPointer<::PacketSender > > mPacketSender
 
::ll::TypedStorage< 8, 128, ::Bedrock::PubSub::Publisher< void(::SharedTypes::Legacy::LevelEvent, ::Vec3 const &, int), ::Bedrock::PubSub::ThreadModel::MultiThreaded, 0 > > mLevelEventDataPublisher
 
::ll::TypedStorage< 8, 128, ::Bedrock::PubSub::Publisher< void(::SharedTypes::Legacy::LevelEvent, ::CompoundTag const &), ::Bedrock::PubSub::ThreadModel::MultiThreaded, 0 > > mLevelEventCompoundTagPublisher
 

Constructor & Destructor Documentation

◆ LevelEventManager()

MCAPI LevelEventManager::LevelEventManager ( bool isClientSide,
::Bedrock::NotNullNonOwnerPtr<::LevelEventCoordinator > levelEventCoordinator )
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

◆ getLevelEventDataConnector()

virtual ::Bedrock::PubSub::Connector< void(::SharedTypes::Legacy::LevelEvent, ::Vec3 const &, int)> & LevelEventManager::getLevelEventDataConnector ( )
virtual

◆ getLevelEventCompoundTagConnector()

virtual ::Bedrock::PubSub::Connector< void(::SharedTypes::Legacy::LevelEvent, ::CompoundTag const &)> & LevelEventManager::getLevelEventCompoundTagConnector ( )
virtual

◆ broadcastLevelEvent() [1/2]

MCAPI void LevelEventManager::broadcastLevelEvent ( ::SharedTypes::Legacy::LevelEvent type,
::CompoundTag const & tag,
::UserEntityIdentifierComponent const * userIdentifierToExclude )
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.

◆ broadcastLevelEvent() [2/2]

MCAPI void LevelEventManager::broadcastLevelEvent ( ::SharedTypes::Legacy::LevelEvent type,
::Vec3 const & pos,
int data,
::UserEntityIdentifierComponent const * userIdentifierToExclude )
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.

◆ broadcastLocalEvent()

MCAPI void LevelEventManager::broadcastLocalEvent ( ::IDimension & dimension,
::SharedTypes::Legacy::LevelEvent type,
::Vec3 const & pos,
int data )
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 * LevelEventManager::$ctor ( bool isClientSide,
::Bedrock::NotNullNonOwnerPtr<::LevelEventCoordinator > levelEventCoordinator )
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 LevelEventManager::$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.

◆ $getLevelEventDataConnector()

MCAPI ::Bedrock::PubSub::Connector< void(::SharedTypes::Legacy::LevelEvent, ::Vec3 const &, int)> & LevelEventManager::$getLevelEventDataConnector ( )
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.

◆ $getLevelEventCompoundTagConnector()

MCAPI ::Bedrock::PubSub::Connector< void(::SharedTypes::Legacy::LevelEvent, ::CompoundTag const &)> & LevelEventManager::$getLevelEventCompoundTagConnector ( )
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 ** LevelEventManager::$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: