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

Public Member Functions

OwnerHurtTargetGoaloperator= (OwnerHurtTargetGoal const &)
 
 OwnerHurtTargetGoal (OwnerHurtTargetGoal const &)
 
virtual bool canUse ()
 
virtual void start ()
 
MCAPI bool $canUse ()
 
MCAPI void $start ()
 
virtual bool isTargetGoal () const
 
virtual bool canContinueToUse ()
 
virtual void stop ()
 
virtual void tick ()
 
virtual void appendDebugInfo (::std::string &str) const
 
virtual bool _canAttack (::Mob *testMob, ::Actor *target, bool allowInvulnerable, bool mustSee, ::MobDescriptor const **outDescriptorMatch)
 
MCAPI bool _canAttack (::Actor *target, bool allowInvulnerable, ::MobDescriptor const **outDescriptorMatch)
 
MCAPI bool _canReach (::Actor &target)
 
MCAPI bool _matchesTargetTypes (::Mob *testMob, ::Actor *target, bool mustSee, ::MobDescriptor const **outDescriptorMatch)
 
MCAPI bool _withinRange (::Actor const &target)
 
MCAPI void $dtor ()
 
MCAPI bool $isTargetGoal () const
 
MCAPI bool $canContinueToUse ()
 
MCAPI void $stop ()
 
MCAPI void $tick ()
 
MCAPI void $appendDebugInfo (::std::string &str) const
 
MCAPI bool $_canAttack (::Mob *testMob, ::Actor *target, bool allowInvulnerable, bool mustSee, ::MobDescriptor const **outDescriptorMatch)
 
virtual bool canBeInterrupted ()
 
virtual void onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension)
 
MCAPI bool $canBeInterrupted ()
 
MCAPI void $onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 8, 40, ::TempEPtr<::Mob > > mLastOwnerHurt
 
::ll::TypedStorage< 8, 8, ::Mob & > mMob
 
::ll::TypedStorage< 4, 4, int > mTimestamp
 
::ll::TypedStorage< 1, 1, bool > mAttackOwner
 
::ll::TypedStorage< 1, 1, bool > mMustReach
 
::ll::TypedStorage< 1, 1, bool > mGlobalMustSee
 
::ll::TypedStorage< 1, 1, bool > mTargetMustSee
 
::ll::TypedStorage< 4, 4, int > mTargetMustSeeForgetTicks
 
::ll::TypedStorage< 1, 1, bool > mFilterFailure
 
::ll::TypedStorage< 4, 4, int > mFilterFailureTicks
 
::ll::TypedStorage< 4, 4, int > mGlobalMustSeeForgetTicks
 
::ll::TypedStorage< 4, 4, int > mPersistTargetTicks
 
::ll::TypedStorage< 4, 4, int > mReachCache
 
::ll::TypedStorage< 4, 4, int > mReachCacheTime
 
::ll::TypedStorage< 4, 4, int > mUnseenTicks
 
::ll::TypedStorage< 4, 4, float > mWithinDefault
 
::ll::TypedStorage< 1, 1, bool > mReevaluateTarget
 
::ll::TypedStorage< 8, 24, ::std::vector<::MobDescriptor > > mTargetTypes
 
::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 OwnerHurtTargetGoal::canUse ( )
virtual

Implements Goal.

◆ start()

virtual void OwnerHurtTargetGoal::start ( )
virtual

Reimplemented from TargetGoal.

◆ $canUse()

MCAPI bool OwnerHurtTargetGoal::$canUse ( )
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.

◆ $start()

MCAPI void OwnerHurtTargetGoal::$start ( )
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 ** OwnerHurtTargetGoal::$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.

◆ isTargetGoal()

virtual bool TargetGoal::isTargetGoal ( ) const
virtualinherited

Reimplemented from Goal.

◆ canContinueToUse()

virtual bool TargetGoal::canContinueToUse ( )
virtualinherited

Reimplemented from Goal.

◆ stop()

virtual void TargetGoal::stop ( )
virtualinherited

Reimplemented from Goal.

◆ tick()

virtual void TargetGoal::tick ( )
virtualinherited

Reimplemented from Goal.

◆ appendDebugInfo()

virtual void TargetGoal::appendDebugInfo ( ::std::string & str) const
virtualinherited

Implements Goal.

◆ _canAttack()

MCAPI bool TargetGoal::_canAttack ( ::Actor * target,
bool allowInvulnerable,
::MobDescriptor const ** outDescriptorMatch )
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.

◆ _canReach()

MCAPI bool TargetGoal::_canReach ( ::Actor & target)
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.

◆ _matchesTargetTypes()

MCAPI bool TargetGoal::_matchesTargetTypes ( ::Mob * testMob,
::Actor * target,
bool mustSee,
::MobDescriptor const ** outDescriptorMatch )
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.

◆ _withinRange()

MCAPI bool TargetGoal::_withinRange ( ::Actor const & target)
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.

◆ $dtor()

MCAPI void TargetGoal::$dtor ( )
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.

◆ $isTargetGoal()

MCAPI bool TargetGoal::$isTargetGoal ( ) const
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.

◆ $canContinueToUse()

MCAPI bool TargetGoal::$canContinueToUse ( )
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.

◆ $stop()

MCAPI void TargetGoal::$stop ( )
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.

◆ $tick()

MCAPI void TargetGoal::$tick ( )
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.

◆ $appendDebugInfo()

MCAPI void TargetGoal::$appendDebugInfo ( ::std::string & str) const
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.

◆ $_canAttack()

MCAPI bool TargetGoal::$_canAttack ( ::Mob * testMob,
::Actor * target,
bool allowInvulnerable,
bool mustSee,
::MobDescriptor const ** outDescriptorMatch )
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.

◆ $canBeInterrupted()

MCAPI bool Goal::$canBeInterrupted ( )
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.

◆ $onPlayerDimensionChanged()

MCAPI void Goal::$onPlayerDimensionChanged ( ::Player * player,
::DimensionType fromDimension,
::DimensionType toDimension )
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: