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

Public Member Functions

virtual void initializeInternal (::Mob &mob, ::NavigationDescription *description)
 
virtual void tick (::NavigationComponent &parent, ::Mob &mob)
 
virtual::Vec3 getTempMobPos (::Mob const &mob) const
 
virtual ::std::unique_ptr<::PathcreatePath (::NavigationComponent &parent, ::Mob &mob, ::Vec3 const &pos)
 
virtual ::std::unique_ptr<::PathcreatePath (::NavigationComponent &parent, ::Mob &mob, ::Actor const &target)
 
virtual bool moveTo (::NavigationComponent &parent, ::Mob &mob, ::Vec3 const &pos, float speed)
 
virtual bool moveTo (::NavigationComponent &parent, ::Mob &mob, ::Actor &target, float speed)
 
virtual bool moveTo (::NavigationComponent &parent, ::Mob &mob, ::std::unique_ptr<::Path > newPath, float speed)
 
virtual void stop (::NavigationComponent &parent, ::Mob &mob)
 
virtual bool travel (::NavigationComponent &parent, ::Mob &mob, float &xa, float &ya, float &za)
 
virtual bool canUpdatePath (::Mob const &mob) const
 
virtual void updatePath (::NavigationComponent &parent, ::Mob &mob)
 
MCAPI float _getHighestBlockHeight (::BlockSource &region, ::Mob &mob, ::Vec3 const &pos, ::Vec2 const &aabb) const
 
MCAPI bool _isPositionOnlyInAir (::BlockSource const &region, ::Vec3 const &pos, ::Vec2 const &aabb) const
 
MCAPI void $initializeInternal (::Mob &mob, ::NavigationDescription *description)
 
MCAPI void $tick (::NavigationComponent &parent, ::Mob &mob)
 
MCAPI::Vec3 $getTempMobPos (::Mob const &mob) const
 
MCAPI ::std::unique_ptr<::Path$createPath (::NavigationComponent &parent, ::Mob &mob, ::Vec3 const &pos)
 
MCAPI ::std::unique_ptr<::Path$createPath (::NavigationComponent &parent, ::Mob &mob, ::Actor const &target)
 
MCAPI bool $moveTo (::NavigationComponent &parent, ::Mob &mob, ::Vec3 const &pos, float speed)
 
MCAPI bool $moveTo (::NavigationComponent &parent, ::Mob &mob, ::Actor &target, float speed)
 
MCAPI bool $moveTo (::NavigationComponent &parent, ::Mob &mob, ::std::unique_ptr<::Path > newPath, float speed)
 
MCAPI void $stop (::NavigationComponent &parent, ::Mob &mob)
 
MCAPI bool $travel (::NavigationComponent &parent, ::Mob &mob, float &xa, float &ya, float &za)
 
MCAPI bool $canUpdatePath (::Mob const &mob) const
 
MCAPI void $updatePath (::NavigationComponent &parent, ::Mob &mob)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Member Function Documentation

◆ _getHighestBlockHeight()

MCAPI float PathNavigation::_getHighestBlockHeight ( ::BlockSource & region,
::Mob & mob,
::Vec3 const & pos,
::Vec2 const & aabb ) 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.

◆ _isPositionOnlyInAir()

MCAPI bool PathNavigation::_isPositionOnlyInAir ( ::BlockSource const & region,
::Vec3 const & pos,
::Vec2 const & aabb ) 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.

◆ $initializeInternal()

MCAPI void PathNavigation::$initializeInternal ( ::Mob & mob,
::NavigationDescription * description )
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 PathNavigation::$tick ( ::NavigationComponent & parent,
::Mob & mob )
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.

◆ $getTempMobPos()

MCAPI::Vec3 PathNavigation::$getTempMobPos ( ::Mob const & mob) 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.

◆ $createPath() [1/2]

MCAPI ::std::unique_ptr<::Path > PathNavigation::$createPath ( ::NavigationComponent & parent,
::Mob & mob,
::Vec3 const & pos )
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.

◆ $createPath() [2/2]

MCAPI ::std::unique_ptr<::Path > PathNavigation::$createPath ( ::NavigationComponent & parent,
::Mob & mob,
::Actor const & target )
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.

◆ $moveTo() [1/3]

MCAPI bool PathNavigation::$moveTo ( ::NavigationComponent & parent,
::Mob & mob,
::Vec3 const & pos,
float speed )
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.

◆ $moveTo() [2/3]

MCAPI bool PathNavigation::$moveTo ( ::NavigationComponent & parent,
::Mob & mob,
::Actor & target,
float speed )
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.

◆ $moveTo() [3/3]

MCAPI bool PathNavigation::$moveTo ( ::NavigationComponent & parent,
::Mob & mob,
::std::unique_ptr<::Path > newPath,
float speed )
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.

◆ $stop()

MCAPI void PathNavigation::$stop ( ::NavigationComponent & parent,
::Mob & mob )
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.

◆ $travel()

MCAPI bool PathNavigation::$travel ( ::NavigationComponent & parent,
::Mob & mob,
float & xa,
float & ya,
float & za )
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.

◆ $canUpdatePath()

MCAPI bool PathNavigation::$canUpdatePath ( ::Mob const & mob) 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.

◆ $updatePath()

MCAPI void PathNavigation::$updatePath ( ::NavigationComponent & parent,
::Mob & mob )
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 ** PathNavigation::$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: