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

Public Member Functions

virtual bool findTargetBlock ()
 
virtual bool canUse ()
 
virtual bool canContinueToUse ()
 
virtual void start ()
 
virtual void stop ()
 
virtual void tick ()
 
virtual void appendDebugInfo (::std::string &) const
 
virtual bool isValidTarget (::BlockSource &region, ::BlockPos const &pos)
 
virtual void _moveToBlock ()
 
virtual bool _canReach (::BlockPos const &pos)
 
virtual void _createBreakProgressParticles (::Level &, ::BlockSource &, ::BlockPos)
 
virtual void _createDestroyParticles (::Level &, ::BlockSource &, ::BlockPos)
 
virtual void _playBreakProgressSound (::Level &, ::BlockSource &, ::BlockPos)
 
virtual void _playDestroySound (::Level &, ::BlockSource &, ::BlockPos)
 
MCAPI bool $findTargetBlock ()
 
MCAPI bool $canUse ()
 
MCAPI bool $canContinueToUse ()
 
MCAPI void $start ()
 
MCAPI void $stop ()
 
MCAPI void $tick ()
 
MCAPI bool $isValidTarget (::BlockSource &region, ::BlockPos const &pos)
 
MCAPI void $_moveToBlock ()
 
MCAPI bool $_canReach (::BlockPos const &pos)
 
MCAPI void * $ctor (::Mob &mob, float speedModifier, int searchRange, int searchHeight, int searchCount, float goalRadius, float cooldownTime)
 
MCAPI void $dtor ()
 
virtual bool hasReachedTarget () const
 
virtual int _nextStartTick ()
 
virtual::Vec3 _getTargetPosition () const
 
virtual uint64 _getRepathTime () const
 
MCAPI void _checkIfStuck ()
 
MCAPI bool $hasReachedTarget () const
 
MCAPI int $_nextStartTick ()
 
MCAPI::Vec3 $_getTargetPosition () const
 
MCAPI uint64 $_getRepathTime () const
 
virtual bool canBeInterrupted ()
 
virtual bool isTargetGoal () const
 
virtual void onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension)
 
MCAPI bool $canBeInterrupted ()
 
MCAPI bool $isTargetGoal () const
 
MCAPI void $onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 8, 8, ::Block const * > mBlockToRemove
 
::ll::TypedStorage< 4, 4, int > mTicksSinceReachedGoal
 
::ll::TypedStorage< 4, 4, int > mSearchRange
 
::ll::TypedStorage< 4, 4, int > mSearchHeight
 
::ll::TypedStorage< 4, 4, int > mSearchCount
 
::ll::TypedStorage< 4, 4, int > mTravelTicks
 
::ll::TypedStorage< 4, 4, int > mNextStartTick
 
::ll::TypedStorage< 4, 4, int > mGiveUpTicks
 
::ll::TypedStorage< 4, 4, int > mStayTicks
 
::ll::TypedStorage< 4, 4, int > mMaxStayTicks
 
::ll::TypedStorage< 1, 1, bool > mReachedTarget
 
::ll::TypedStorage< 4, 4, float > mSpeedMod
 
::ll::TypedStorage< 4, 4, float > mGoalRadiusSq
 
::ll::TypedStorage< 8, 8, uint64 > mCooldownCounter
 
::ll::TypedStorage< 8, 8, uint64 > mCooldownTimeoutTime
 
::ll::TypedStorage< 4, 12, ::BlockPosmStartPos
 
::ll::TypedStorage< 4, 12, ::Vec3mBlockPos
 
::ll::TypedStorage< 4, 12, ::Vec3mTargetPositionOffset
 
::ll::TypedStorage< 4, 4, float > mChanceToStart
 
::ll::TypedStorage< 8, 8, ::Mob & > mMob
 
::ll::TypedStorage< 4, 4, int > mInterval
 
::ll::TypedStorage< 4, 4, int > mRequiredControlFlags
 
::ll::TypedStorage< 8, 32, ::std::string > mName
 
::ll::TypedStorage< 2, 2, ushort > mTypeId
 

Member Function Documentation

◆ findTargetBlock()

virtual bool StompBlockGoal::findTargetBlock ( )
virtual

Reimplemented from BaseMoveToBlockGoal.

◆ canUse()

virtual bool StompBlockGoal::canUse ( )
virtual

Reimplemented from BaseMoveToBlockGoal.

◆ canContinueToUse()

virtual bool StompBlockGoal::canContinueToUse ( )
virtual

Reimplemented from BaseMoveToBlockGoal.

◆ start()

virtual void StompBlockGoal::start ( )
virtual

Reimplemented from BaseMoveToGoal.

◆ stop()

virtual void StompBlockGoal::stop ( )
virtual

Reimplemented from BaseMoveToGoal.

◆ tick()

virtual void StompBlockGoal::tick ( )
virtual

Reimplemented from BaseMoveToGoal.

◆ appendDebugInfo()

virtual void StompBlockGoal::appendDebugInfo ( ::std::string & ) const
virtual

Implements Goal.

◆ isValidTarget()

virtual bool StompBlockGoal::isValidTarget ( ::BlockSource & region,
::BlockPos const & pos )
virtual

Implements BaseMoveToGoal.

◆ _moveToBlock()

virtual void StompBlockGoal::_moveToBlock ( )
virtual

Reimplemented from BaseMoveToBlockGoal.

◆ _canReach()

virtual bool StompBlockGoal::_canReach ( ::BlockPos const & pos)
virtual

Reimplemented from BaseMoveToGoal.

◆ $findTargetBlock()

MCAPI bool StompBlockGoal::$findTargetBlock ( )
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.

◆ $canUse()

MCAPI bool StompBlockGoal::$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.

◆ $canContinueToUse()

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

◆ $stop()

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

◆ $isValidTarget()

MCAPI bool StompBlockGoal::$isValidTarget ( ::BlockSource & region,
::BlockPos 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.

◆ $_moveToBlock()

MCAPI void StompBlockGoal::$_moveToBlock ( )
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 StompBlockGoal::$_canReach ( ::BlockPos 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.

◆ $ctor()

MCAPI void * BaseMoveToBlockGoal::$ctor ( ::Mob & mob,
float speedModifier,
int searchRange,
int searchHeight,
int searchCount,
float goalRadius,
float cooldownTime )
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 BaseMoveToBlockGoal::$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.

◆ $vftable()

static MCAPI void ** BaseMoveToBlockGoal::$vftable ( )
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.

◆ _checkIfStuck()

MCAPI void BaseMoveToGoal::_checkIfStuck ( )
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.

◆ $hasReachedTarget()

MCAPI bool BaseMoveToGoal::$hasReachedTarget ( ) 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.

◆ $_nextStartTick()

MCAPI int BaseMoveToGoal::$_nextStartTick ( )
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.

◆ $_getTargetPosition()

MCAPI::Vec3 BaseMoveToGoal::$_getTargetPosition ( ) 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.

◆ $_getRepathTime()

MCAPI uint64 BaseMoveToGoal::$_getRepathTime ( ) 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.

◆ $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.

◆ $isTargetGoal()

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

◆ $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: