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

Public Member Functions

FollowOwnerGoaloperator= (FollowOwnerGoal const &)
 FollowOwnerGoal (FollowOwnerGoal const &)
virtual bool canUse ()
virtual bool canContinueToUse ()
virtual void start ()
virtual void stop ()
virtual void tick ()
virtual void appendDebugInfo (::std::string &str) const
virtual void onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension)
MCAPI FollowOwnerGoal (::Mob &mob, float speed, float startDistance, float stopDistance, bool canTeleport, int postTeleportDistance, bool ignoreVibrations, float maxDistance)
MCAPI bool _canReachOwner (::Mob &owner, ::NavigationComponent &navigationComponent) const
MCAPI void * $ctor (::Mob &mob, float speed, float startDistance, float stopDistance, bool canTeleport, int postTeleportDistance, bool ignoreVibrations, float maxDistance)
MCAPI bool $canUse ()
MCAPI bool $canContinueToUse ()
MCAPI void $start ()
MCAPI void $stop ()
MCAPI void $tick ()
MCAPI void $appendDebugInfo (::std::string &str) const
MCAPI void $onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension)
virtual bool canBeInterrupted ()
virtual bool isTargetGoal () const
MCFOLD void $dtor ()
MCFOLD bool $canBeInterrupted ()
MCFOLD bool $isTargetGoal () const

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 8, 8, ::Mob & > mMob
::ll::TypedStorage< 8, 40, ::TempEPtr<::Mob > > mOwner
::ll::TypedStorage< 4, 4, int > mTimeToRecalculatePath
::ll::TypedStorage< 4, 4, float > mSpeed
::ll::TypedStorage< 4, 4, float > mStartDistance
::ll::TypedStorage< 4, 4, float > mStopDistance
::ll::TypedStorage< 4, 4, float > mMaxDistance
::ll::TypedStorage< 1, 1, bool > mOldAvoidWater
::ll::TypedStorage< 1, 1, bool > mOldAvoidPortals
::ll::TypedStorage< 1, 1, bool > mCanTeleport
::ll::TypedStorage< 1, 1, bool > mIgnoreVibrations
::ll::TypedStorage< 4, 4, int > mPostTeleportDistance
::ll::TypedStorage< 1, 1, bool > mRandomizeAndCheckForClearanceWhenTeleporting
::ll::TypedStorage< 1, 1, bool > mKeepFollowingAfterTeleporting
::ll::TypedStorage< 8, 32, ::std::string > mDebugName
::ll::TypedStorage< 4, 4, int > mRequiredControlFlags
::ll::TypedStorage< 2, 2, ushort > mTypeId

Member Function Documentation

◆ canUse()

virtual bool FollowOwnerGoal::canUse ( )
virtual

Implements Goal.

◆ canContinueToUse()

virtual bool FollowOwnerGoal::canContinueToUse ( )
virtual

Reimplemented from Goal.

◆ start()

virtual void FollowOwnerGoal::start ( )
virtual

Reimplemented from Goal.

◆ stop()

virtual void FollowOwnerGoal::stop ( )
virtual

Reimplemented from Goal.

◆ tick()

virtual void FollowOwnerGoal::tick ( )
virtual

Reimplemented from Goal.

◆ appendDebugInfo()

virtual void FollowOwnerGoal::appendDebugInfo ( ::std::string & str) const
virtual

Implements Goal.

◆ onPlayerDimensionChanged()

virtual void FollowOwnerGoal::onPlayerDimensionChanged ( ::Player * player,
::DimensionType fromDimension,
::DimensionType toDimension )
virtual

Reimplemented from Goal.

◆ $vftable()

MCAPI void ** FollowOwnerGoal::$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: