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

Public Member Functions

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< 4, 4, int > mRequiredControlFlags
 
::ll::TypedStorage< 8, 32, ::std::string > mName
 
::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.


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