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

Public Member Functions

ServerMapDataManageroperator= (ServerMapDataManager const &)
 
 ServerMapDataManager (ServerMapDataManager const &)
 
virtual void registerOnGameplayUserAddedSubscription (::IGameplayUserManagerConnector &gameplayUserManagerConnector)
 
virtual ::Bedrock::PubSub::Connector< void(::MapItemSavedData &)> & getOnCreateMapSavedDataConnector ()
 
virtual::MapItemSavedData & createMapSavedData (::ActorUniqueID const &uuid)
 
virtual void requestMapInfo (::ActorUniqueID const uuid, bool forceUpdate)
 
virtual void _copyAndLockMap (::ActorUniqueID const originalMapUuid, ::ActorUniqueID const newMapUuid)
 
MCAPI ServerMapDataManager (::DimensionManager &dimensionManager, ::LevelStorage *levelStorage, ::std::unique_ptr<::IMapDataManagerOptions > mapDataManagerOptions, ::std::function<::ActorUniqueID()> getNewUniqueID)
 
MCAPI void _onGameplayUserAdded (::EntityContext &entity)
 
MCAPI void * $ctor (::DimensionManager &dimensionManager, ::LevelStorage *levelStorage, ::std::unique_ptr<::IMapDataManagerOptions > mapDataManagerOptions, ::std::function<::ActorUniqueID()> getNewUniqueID)
 
MCAPI void $registerOnGameplayUserAddedSubscription (::IGameplayUserManagerConnector &gameplayUserManagerConnector)
 
MCAPI ::Bedrock::PubSub::Connector< void(::MapItemSavedData &)> & $getOnCreateMapSavedDataConnector ()
 
MCAPI::MapItemSavedData & $createMapSavedData (::ActorUniqueID const &uuid)
 
MCAPI void $requestMapInfo (::ActorUniqueID const uuid, bool forceUpdate)
 
MCAPI void $_copyAndLockMap (::ActorUniqueID const originalMapUuid, ::ActorUniqueID const newMapUuid)
 
MCAPI::MapItemSavedData & createMapSavedData (::std::vector<::ActorUniqueID > const &mapIds, ::BlockPos const &origin, ::DimensionType dimension, int returnScaleLevel)
 
MCAPI::MapItemSavedData & createMapSavedData (::ActorUniqueID const &uuid, ::BlockPos const &origin, ::DimensionType dimension, int returnScaleLevel)
 
MCAPI::MapItemSavedData * _loadMapData (::ActorUniqueID const &uuid)
 
MCAPI void _onSaveLevelData (::LevelStorage &levelStorage)
 
MCAPI bool copyAndLockMap (::ActorUniqueID originalMapUuid, ::ActorUniqueID newMapUuid)
 
MCAPI::ActorUniqueID expandMapByID (::ActorUniqueID uuid, bool wasInit)
 
MCAPI::MapItemSavedData * getMapSavedData (::ActorUniqueID uuid)
 
MCAPI void registerOnSaveLevelDataSubscription (::ILevelStorageManagerConnector &levelStorageManagerConnector)
 
MCAPI void tick ()
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI void ** $vftableForIServerMapDataManagerConnector ()
 
static MCAPI void ** $vftableForMapDataManager ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 128 > mUnke5daeb
 
::ll::UntypedStorage< 8, 16 > mUnk3a525e
 
::ll::UntypedStorage< 8, 8 > mUnk6089a7
 
::ll::UntypedStorage< 8, 8 > mUnk215bd6
 
::ll::UntypedStorage< 8, 8 > mUnk62aa37
 
::ll::UntypedStorage< 8, 64 > mUnka44462
 
::ll::UntypedStorage< 8, 16 > mUnkda67f0
 
::ll::UntypedStorage< 8, 64 > mUnk8ad806
 
::ll::UntypedStorage< 8, 24 > mUnke8e6fb
 

Constructor & Destructor Documentation

◆ ServerMapDataManager()

MCAPI ServerMapDataManager::ServerMapDataManager ( ::DimensionManager & dimensionManager,
::LevelStorage * levelStorage,
::std::unique_ptr<::IMapDataManagerOptions > mapDataManagerOptions,
::std::function<::ActorUniqueID()> getNewUniqueID )
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

◆ registerOnGameplayUserAddedSubscription()

virtual void ServerMapDataManager::registerOnGameplayUserAddedSubscription ( ::IGameplayUserManagerConnector & gameplayUserManagerConnector)
virtual

Reimplemented from MapDataManager.

◆ getOnCreateMapSavedDataConnector()

virtual ::Bedrock::PubSub::Connector< void(::MapItemSavedData &)> & ServerMapDataManager::getOnCreateMapSavedDataConnector ( )
virtual

◆ requestMapInfo()

virtual void ServerMapDataManager::requestMapInfo ( ::ActorUniqueID const uuid,
bool forceUpdate )
virtual

Reimplemented from MapDataManager.

◆ _copyAndLockMap()

virtual void ServerMapDataManager::_copyAndLockMap ( ::ActorUniqueID const originalMapUuid,
::ActorUniqueID const newMapUuid )
virtual

Reimplemented from MapDataManager.

◆ _onGameplayUserAdded()

MCAPI void ServerMapDataManager::_onGameplayUserAdded ( ::EntityContext & entity)
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 * ServerMapDataManager::$ctor ( ::DimensionManager & dimensionManager,
::LevelStorage * levelStorage,
::std::unique_ptr<::IMapDataManagerOptions > mapDataManagerOptions,
::std::function<::ActorUniqueID()> getNewUniqueID )
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.

◆ $registerOnGameplayUserAddedSubscription()

MCAPI void ServerMapDataManager::$registerOnGameplayUserAddedSubscription ( ::IGameplayUserManagerConnector & gameplayUserManagerConnector)
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.

◆ $getOnCreateMapSavedDataConnector()

MCAPI ::Bedrock::PubSub::Connector< void(::MapItemSavedData &)> & ServerMapDataManager::$getOnCreateMapSavedDataConnector ( )
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.

◆ $createMapSavedData()

MCAPI::MapItemSavedData & ServerMapDataManager::$createMapSavedData ( ::ActorUniqueID const & uuid)
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.

◆ $requestMapInfo()

MCAPI void ServerMapDataManager::$requestMapInfo ( ::ActorUniqueID const uuid,
bool forceUpdate )
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.

◆ $_copyAndLockMap()

MCAPI void ServerMapDataManager::$_copyAndLockMap ( ::ActorUniqueID const originalMapUuid,
::ActorUniqueID const newMapUuid )
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.

◆ $vftableForIServerMapDataManagerConnector()

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

◆ $vftableForMapDataManager()

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

◆ createMapSavedData() [1/2]

MCAPI::MapItemSavedData & MapDataManager::createMapSavedData ( ::std::vector<::ActorUniqueID > const & mapIds,
::BlockPos const & origin,
::DimensionType dimension,
int returnScaleLevel )
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.

◆ createMapSavedData() [2/2]

MCAPI::MapItemSavedData & MapDataManager::createMapSavedData ( ::ActorUniqueID const & uuid,
::BlockPos const & origin,
::DimensionType dimension,
int returnScaleLevel )
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.

◆ _loadMapData()

MCAPI::MapItemSavedData * MapDataManager::_loadMapData ( ::ActorUniqueID const & uuid)
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.

◆ _onSaveLevelData()

MCAPI void MapDataManager::_onSaveLevelData ( ::LevelStorage & levelStorage)
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.

◆ copyAndLockMap()

MCAPI bool MapDataManager::copyAndLockMap ( ::ActorUniqueID originalMapUuid,
::ActorUniqueID newMapUuid )
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.

◆ expandMapByID()

MCAPI::ActorUniqueID MapDataManager::expandMapByID ( ::ActorUniqueID uuid,
bool wasInit )
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.

◆ getMapSavedData()

MCAPI::MapItemSavedData * MapDataManager::getMapSavedData ( ::ActorUniqueID uuid)
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.

◆ registerOnSaveLevelDataSubscription()

MCAPI void MapDataManager::registerOnSaveLevelDataSubscription ( ::ILevelStorageManagerConnector & levelStorageManagerConnector)
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.

◆ tick()

MCAPI void MapDataManager::tick ( )
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.

◆ $dtor()

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

◆ $vftable()

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

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