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

Public Member Functions

TickingAreaListoperator= (TickingAreaList const &)
 
virtual bool removeDistantEntityAreasAndCheckForRemoved (::std::vector<::Vec3 > const &playerPositions, ::std::function< void(::ITickingArea const &)> requeue, ::LevelStorage &levelStorage)
 
MCAPI TickingAreaList (::TickingAreaList const &)
 
MCAPI void * $ctor (::TickingAreaList const &)
 
MCAPI void $dtor ()
 
MCAPI bool $removeDistantEntityAreasAndCheckForRemoved (::std::vector<::Vec3 > const &playerPositions, ::std::function< void(::ITickingArea const &)> requeue, ::LevelStorage &levelStorage)
 
MCAPI uint countEntityTickingAreas () const
 
MCAPI ::std::vector<::std::shared_ptr<::ITickingArea > > findStandaloneAreasContaining (::BlockPos const &position)
 
MCAPI ::std::vector<::std::shared_ptr<::ITickingArea > > findStandaloneAreasNamed (::std::string const &name) const
 
MCAPI ::std::shared_ptr<::ITickingAreagetAreaFor (::ActorUniqueID const &entityId) const
 
MCAPI ::std::vector<::TickingAreaDescriptiongetStandaloneTickingAreaDescriptions () const
 
MCAPI bool hasTickingAreaNamed (::std::string const &name) const
 
MCAPI void processRemoves ()
 
MCAPI ::std::vector<::TickingAreaDescriptionremoveAllStandaloneAreas (::LevelStorage &levelStorage)
 
MCAPI ::std::vector<::TickingAreaDescriptionremoveAreas (::std::vector<::std::shared_ptr<::ITickingArea > > const &areasToRemove, ::LevelStorage &levelStorage)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 24 > mUnkb205b3
 

Constructor & Destructor Documentation

◆ TickingAreaList()

MCAPI TickingAreaList::TickingAreaList ( ::TickingAreaList 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.

Member Function Documentation

◆ removeDistantEntityAreasAndCheckForRemoved()

virtual bool TickingAreaList::removeDistantEntityAreasAndCheckForRemoved ( ::std::vector<::Vec3 > const & playerPositions,
::std::function< void(::ITickingArea const &)> requeue,
::LevelStorage & levelStorage )
virtual

Reimplemented from TickingAreaListBase.

◆ $ctor()

MCAPI void * TickingAreaList::$ctor ( ::TickingAreaList 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.

◆ $dtor()

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

◆ $removeDistantEntityAreasAndCheckForRemoved()

MCAPI bool TickingAreaList::$removeDistantEntityAreasAndCheckForRemoved ( ::std::vector<::Vec3 > const & playerPositions,
::std::function< void(::ITickingArea const &)> requeue,
::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.

◆ $vftable()

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

◆ countEntityTickingAreas()

MCAPI uint TickingAreaListBase::countEntityTickingAreas ( ) const
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.

◆ findStandaloneAreasContaining()

MCAPI ::std::vector<::std::shared_ptr<::ITickingArea > > TickingAreaListBase::findStandaloneAreasContaining ( ::BlockPos const & position)
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.

◆ findStandaloneAreasNamed()

MCAPI ::std::vector<::std::shared_ptr<::ITickingArea > > TickingAreaListBase::findStandaloneAreasNamed ( ::std::string const & name) const
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.

◆ getAreaFor()

MCAPI ::std::shared_ptr<::ITickingArea > TickingAreaListBase::getAreaFor ( ::ActorUniqueID const & entityId) const
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.

◆ getStandaloneTickingAreaDescriptions()

MCAPI ::std::vector<::TickingAreaDescription > TickingAreaListBase::getStandaloneTickingAreaDescriptions ( ) const
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.

◆ hasTickingAreaNamed()

MCAPI bool TickingAreaListBase::hasTickingAreaNamed ( ::std::string const & name) const
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.

◆ processRemoves()

MCAPI void TickingAreaListBase::processRemoves ( )
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.

◆ removeAllStandaloneAreas()

MCAPI ::std::vector<::TickingAreaDescription > TickingAreaListBase::removeAllStandaloneAreas ( ::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.

◆ removeAreas()

MCAPI ::std::vector<::TickingAreaDescription > TickingAreaListBase::removeAreas ( ::std::vector<::std::shared_ptr<::ITickingArea > > const & areasToRemove,
::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.

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