LeviLamina
Loading...
Searching...
No Matches
TickingAreasManager Class Reference

Public Types

enum class  AreaLimitCheck : int { None = 0 , ActiveStandalone = 1 , ActiveAndPendingStandalone = 2 }
 

Public Member Functions

TickingAreasManageroperator= (TickingAreasManager const &)
 
 TickingAreasManager (TickingAreasManager const &)
 
MCAPI TickingAreasManager (::Bedrock::NonOwnerPointer<::LevelStorage > levelStorage)
 
MCAPI::AddTickingAreaStatus _addArea (::DimensionType dimensionId, ::std::string const &name, ::Bounds const &bounds, bool isCircle, ::TickingAreasManager::AreaLimitCheck limitCheck, bool isPersistent, ::TickingAreaLoadMode loadMode, ::LevelStorage &levelStorage)
 
MCAPI void _deletePendingArea (::LevelStorage &levelStorage, ::PendingArea const &pendingArea)
 
MCAPI::std::string _findUsableDefaultName (::TickingAreaList const &tickingAreaList, ::std::vector<::PendingArea > const &pendingAreas) const
 
MCAPI ::std::vector<::TickingAreaDescription_getPendingAreaDescriptionsFiltered (::DimensionType dimensionId, ::std::function< bool(::PendingArea const &)> includeInList) const
 
MCAPI bool _hasPendingTickingAreaNamed (::std::string const &name, ::std::vector<::PendingArea > const &dimensionAreas) const
 
MCAPI void _postReloadActorAdded (::Actor &actor)
 
MCAPI void _processAdds (::Level &level)
 
MCAPI void _processRemoves (::DimensionType dimensionId, ::TickingAreaList &list, ::Level &level, ::LevelStorage &levelStorage)
 
MCAPI void _savePendingArea (::LevelStorage &levelStorage, ::DimensionType dimensionId, ::PendingArea const &pendingArea)
 
MCAPI::AddTickingAreaStatus addArea (::DimensionType dimensionId, ::std::string const &name, ::BlockPos const &min, ::BlockPos const &max, ::TickingAreasManager::AreaLimitCheck limitCheck, bool isPersistent, ::TickingAreaLoadMode loadMode, ::LevelStorage &levelStorage)
 
MCAPI void addEntityArea (::DimensionType dimensionId, ::Actor const &actor, ::LevelStorage &levelStorage)
 
MCAPI void addEntityArea (::DimensionType dimensionId, ::ActorUniqueID const &entityId, ::Bounds const &bounds, bool alwaysActive, float maxDistToPlayers, ::LevelStorage &levelStorage)
 
MCAPI uint countActiveStandaloneTickingAreas () const
 
MCAPI uint countStandaloneTickingAreas () const
 
MCAPI void loadArea (::std::string const &key, ::CompoundTag const *tag)
 
MCAPI void onTickingEntityAdded (::DimensionType dimensionId, ::Actor &actor, ::LevelStorage &levelStorage)
 
MCAPI void registerForActorManagerEvents (::IActorManagerConnector &actorManagerConnector)
 
MCAPI void registerForLevelStorageManagerEvents (::ILevelStorageManagerConnector &levelStorageManagerConnector)
 
MCAPI ::std::vector<::TickingAreaDescriptionremovePendingAreaByName (::DimensionType dimensionId, ::std::string const &name, ::LevelStorage &levelStorage)
 
MCAPI ::std::vector<::TickingAreaDescriptionremovePendingAreaByPosition (::DimensionType dimensionId, ::BlockPos const &position, ::LevelStorage &levelStorage)
 
MCAPI ::std::vector<::TickingAreaDescriptionsetPendingAreaLoadModeByName (::DimensionType dimensionId, ::std::string const &name, ::TickingAreaLoadMode loadMode, ::LevelStorage &levelStorage)
 
MCAPI ::std::vector<::TickingAreaDescriptionsetPendingAreaLoadModeByPosition (::DimensionType dimensionId, ::BlockPos const &position, ::TickingAreaLoadMode loadMode, ::LevelStorage &levelStorage)
 
MCAPI void update (::Level &level, ::LevelStorage &levelStorage)
 
MCAPI ~TickingAreasManager ()
 
MCAPI void * $ctor (::Bedrock::NonOwnerPointer<::LevelStorage > levelStorage)
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI ::TickingAreasManager::AreaLimitCheck getLimitCheck (::Level const &level, bool enforce)
 

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnkf7d085
 
::ll::UntypedStorage< 8, 64 > mUnk834614
 
::ll::UntypedStorage< 1, 1 > mUnk6225fd
 
::ll::UntypedStorage< 8, 24 > mUnk85f8a0
 
::ll::UntypedStorage< 8, 16 > mUnk5486bd
 
::ll::UntypedStorage< 8, 16 > mUnkd3ead8
 

Constructor & Destructor Documentation

◆ TickingAreasManager()

MCAPI TickingAreasManager::TickingAreasManager ( ::Bedrock::NonOwnerPointer<::LevelStorage > levelStorage)
explicit
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.

◆ ~TickingAreasManager()

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

◆ _addArea()

MCAPI::AddTickingAreaStatus TickingAreasManager::_addArea ( ::DimensionType dimensionId,
::std::string const & name,
::Bounds const & bounds,
bool isCircle,
::TickingAreasManager::AreaLimitCheck limitCheck,
bool isPersistent,
::TickingAreaLoadMode loadMode,
::LevelStorage & levelStorage )
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.

◆ _deletePendingArea()

MCAPI void TickingAreasManager::_deletePendingArea ( ::LevelStorage & levelStorage,
::PendingArea const & pendingArea )
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.

◆ _findUsableDefaultName()

MCAPI::std::string TickingAreasManager::_findUsableDefaultName ( ::TickingAreaList const & tickingAreaList,
::std::vector<::PendingArea > const & pendingAreas ) const
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.

◆ _getPendingAreaDescriptionsFiltered()

MCAPI ::std::vector<::TickingAreaDescription > TickingAreasManager::_getPendingAreaDescriptionsFiltered ( ::DimensionType dimensionId,
::std::function< bool(::PendingArea const &)> includeInList ) const
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.

◆ _hasPendingTickingAreaNamed()

MCAPI bool TickingAreasManager::_hasPendingTickingAreaNamed ( ::std::string const & name,
::std::vector<::PendingArea > const & dimensionAreas ) const
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.

◆ _postReloadActorAdded()

MCAPI void TickingAreasManager::_postReloadActorAdded ( ::Actor & actor)
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.

◆ _processAdds()

MCAPI void TickingAreasManager::_processAdds ( ::Level & level)
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.

◆ _processRemoves()

MCAPI void TickingAreasManager::_processRemoves ( ::DimensionType dimensionId,
::TickingAreaList & list,
::Level & level,
::LevelStorage & levelStorage )
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.

◆ _savePendingArea()

MCAPI void TickingAreasManager::_savePendingArea ( ::LevelStorage & levelStorage,
::DimensionType dimensionId,
::PendingArea const & pendingArea )
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.

◆ addArea()

MCAPI::AddTickingAreaStatus TickingAreasManager::addArea ( ::DimensionType dimensionId,
::std::string const & name,
::BlockPos const & min,
::BlockPos const & max,
::TickingAreasManager::AreaLimitCheck limitCheck,
bool isPersistent,
::TickingAreaLoadMode loadMode,
::LevelStorage & levelStorage )
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.

◆ addEntityArea() [1/2]

MCAPI void TickingAreasManager::addEntityArea ( ::DimensionType dimensionId,
::Actor const & actor,
::LevelStorage & levelStorage )
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.

◆ addEntityArea() [2/2]

MCAPI void TickingAreasManager::addEntityArea ( ::DimensionType dimensionId,
::ActorUniqueID const & entityId,
::Bounds const & bounds,
bool alwaysActive,
float maxDistToPlayers,
::LevelStorage & levelStorage )
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.

◆ countActiveStandaloneTickingAreas()

MCAPI uint TickingAreasManager::countActiveStandaloneTickingAreas ( ) const
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.

◆ countStandaloneTickingAreas()

MCAPI uint TickingAreasManager::countStandaloneTickingAreas ( ) const
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.

◆ loadArea()

MCAPI void TickingAreasManager::loadArea ( ::std::string const & key,
::CompoundTag const * tag )
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.

◆ onTickingEntityAdded()

MCAPI void TickingAreasManager::onTickingEntityAdded ( ::DimensionType dimensionId,
::Actor & actor,
::LevelStorage & levelStorage )
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.

◆ registerForActorManagerEvents()

MCAPI void TickingAreasManager::registerForActorManagerEvents ( ::IActorManagerConnector & actorManagerConnector)
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.

◆ registerForLevelStorageManagerEvents()

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

◆ removePendingAreaByName()

MCAPI ::std::vector<::TickingAreaDescription > TickingAreasManager::removePendingAreaByName ( ::DimensionType dimensionId,
::std::string const & name,
::LevelStorage & levelStorage )
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.

◆ removePendingAreaByPosition()

MCAPI ::std::vector<::TickingAreaDescription > TickingAreasManager::removePendingAreaByPosition ( ::DimensionType dimensionId,
::BlockPos const & position,
::LevelStorage & levelStorage )
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.

◆ setPendingAreaLoadModeByName()

MCAPI ::std::vector<::TickingAreaDescription > TickingAreasManager::setPendingAreaLoadModeByName ( ::DimensionType dimensionId,
::std::string const & name,
::TickingAreaLoadMode loadMode,
::LevelStorage & levelStorage )
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.

◆ setPendingAreaLoadModeByPosition()

MCAPI ::std::vector<::TickingAreaDescription > TickingAreasManager::setPendingAreaLoadModeByPosition ( ::DimensionType dimensionId,
::BlockPos const & position,
::TickingAreaLoadMode loadMode,
::LevelStorage & levelStorage )
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.

◆ update()

MCAPI void TickingAreasManager::update ( ::Level & level,
::LevelStorage & levelStorage )
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.

◆ getLimitCheck()

static MCAPI ::TickingAreasManager::AreaLimitCheck TickingAreasManager::getLimitCheck ( ::Level const & level,
bool enforce )
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 * TickingAreasManager::$ctor ( ::Bedrock::NonOwnerPointer<::LevelStorage > levelStorage)
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 TickingAreasManager::$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.

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