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

Public Member Functions

virtual void tick (::MoveControlComponent &parent, ::Mob &mob)
 
MCAPI void $tick (::MoveControlComponent &parent, ::Mob &mob)
 
virtual void initializeInternal (::Mob &mob, ::MoveControlDescription *description)
 
MCAPI void $initializeInternal (::Mob &mob, ::MoveControlDescription *description)
 
virtual void setWantedPosition (::MoveControlComponent &parent, ::Mob &, ::Vec3 const &position, float speed)
 
MCAPI float calculateMoveSpeed (::MoveControlComponent const &parent, ::Mob &mob, ::Vec3 const &endPosition, float maxMoveSpeed)
 
MCAPI float calculateYRotation (::MoveControlComponent const &parent, ::Mob const &mob, ::Vec3 const &positionDifference, float maxMoveSpeed)
 
MCAPI void $setWantedPosition (::MoveControlComponent &parent, ::Mob &, ::Vec3 const &position, float speed)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 
static MCAPI ::Vec3 getDiffVector (::Vec3 const &wantedPosition, ::Mob const &mob)
 
static MCAPI float const & MIN_DELTA_TO_MOVE ()
 
static MCAPI float const & MIN_SPEED_SQR ()
 

Member Function Documentation

◆ tick()

virtual void AmphibiousMoveControl::tick ( ::MoveControlComponent & parent,
::Mob & mob )
virtual

Reimplemented from GenericMoveControl.

◆ $tick()

MCAPI void AmphibiousMoveControl::$tick ( ::MoveControlComponent & 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 ** AmphibiousMoveControl::$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.

◆ initializeInternal()

virtual void GenericMoveControl::initializeInternal ( ::Mob & mob,
::MoveControlDescription * description )
virtualinherited

Reimplemented from MoveControl.

◆ $initializeInternal()

MCAPI void GenericMoveControl::$initializeInternal ( ::Mob & mob,
::MoveControlDescription * description )
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.

◆ calculateMoveSpeed()

MCAPI float MoveControl::calculateMoveSpeed ( ::MoveControlComponent const & parent,
::Mob & mob,
::Vec3 const & endPosition,
float maxMoveSpeed )
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.

◆ calculateYRotation()

MCAPI float MoveControl::calculateYRotation ( ::MoveControlComponent const & parent,
::Mob const & mob,
::Vec3 const & positionDifference,
float maxMoveSpeed )
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.

◆ getDiffVector()

static MCAPI ::Vec3 MoveControl::getDiffVector ( ::Vec3 const & wantedPosition,
::Mob const & mob )
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.

◆ MIN_DELTA_TO_MOVE()

static MCAPI float const & MoveControl::MIN_DELTA_TO_MOVE ( )
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.

◆ MIN_SPEED_SQR()

static MCAPI float const & MoveControl::MIN_SPEED_SQR ( )
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.

◆ $setWantedPosition()

MCAPI void MoveControl::$setWantedPosition ( ::MoveControlComponent & parent,
::Mob & ,
::Vec3 const & position,
float speed )
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: