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

Classes

class  Node

Public Types

using NodeArray = ::std::vector<::Path::Node>

Public Member Functions

MCAPI Path ()
MCAPI void buildFromNodes (::std::vector<::Path::Node > &&nodeArray, ::PathCompletionType completionType)
MCAPI::BlockPos const & currentPos () const
MCAPI::Vec3 currentPos (::Actor const *actor) const
MCAPI bool endsInXZ (::Vec3 const &pos)
MCAPI::PathCompletionType getCompletionType () const
MCAPI::Vec3 getEndPos () const
MCAPI uint64 getIndex () const
MCAPI::BlockPos const & getLastPos () const
MCAPI::BlockPos const & getNodePos (uint64 index) const
MCAPI::NodeType getNodeType (uint64 index) const
MCAPI::Vec3 getPos (::Actor const *actor, uint64 index) const
MCAPI uint64 getSize () const
MCAPI bool isDone () const
MCAPI bool isValid () const
MCAPI ::std::unique_ptr<::PathmakeCopy () const
MCAPI void next ()
MCAPI bool sameAs (::Path *path) const
MCAPI void setIndex (uint64 index)
MCAPI void setSize (uint64 length)
MCAPI ~Path ()
MCAPI void * $ctor ()
MCAPI void $dtor ()

Public Attributes

::ll::TypedStorage< 8, 24, ::std::vector<::Path::Node > > mNodes
::ll::TypedStorage< 8, 8, uint64 > mIndex
::ll::TypedStorage< 1, 1, ::PathCompletionType > mCompletionType

Constructor & Destructor Documentation

◆ Path()

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

◆ ~Path()

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

◆ buildFromNodes()

MCAPI void Path::buildFromNodes ( ::std::vector<::Path::Node > && nodeArray,
::PathCompletionType completionType )
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.

◆ currentPos() [1/2]

MCAPI::BlockPos const & Path::currentPos ( ) 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.

◆ currentPos() [2/2]

MCAPI::Vec3 Path::currentPos ( ::Actor const * actor) 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.

◆ endsInXZ()

MCAPI bool Path::endsInXZ ( ::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.

◆ getCompletionType()

MCAPI::PathCompletionType Path::getCompletionType ( ) 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.

◆ getEndPos()

MCAPI::Vec3 Path::getEndPos ( ) 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.

◆ getIndex()

MCAPI uint64 Path::getIndex ( ) 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.

◆ getLastPos()

MCAPI::BlockPos const & Path::getLastPos ( ) 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.

◆ getNodePos()

MCAPI::BlockPos const & Path::getNodePos ( uint64 index) 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.

◆ getNodeType()

MCAPI::NodeType Path::getNodeType ( uint64 index) 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.

◆ getPos()

MCAPI::Vec3 Path::getPos ( ::Actor const * actor,
uint64 index ) 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.

◆ getSize()

MCAPI uint64 Path::getSize ( ) 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.

◆ isDone()

MCAPI bool Path::isDone ( ) 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.

◆ isValid()

MCAPI bool Path::isValid ( ) 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.

◆ makeCopy()

MCAPI ::std::unique_ptr<::Path > Path::makeCopy ( ) 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.

◆ next()

MCAPI void Path::next ( )
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.

◆ sameAs()

MCAPI bool Path::sameAs ( ::Path * path) 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.

◆ setIndex()

MCAPI void Path::setIndex ( uint64 index)
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.

◆ setSize()

MCAPI void Path::setSize ( uint64 length)
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 * Path::$ctor ( )
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 Path::$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:
  • src/mc/world/level/pathfinder/Path.h