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

Classes

class  Definition
 

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
 
MCAPI bool $canUse ()
 
MCAPI bool $canContinueToUse ()
 
MCAPI void $start ()
 
MCAPI void $stop ()
 
MCAPI void $tick ()
 
MCAPI void $appendDebugInfo (::std::string &str) const
 
virtual bool canBeInterrupted ()
 
virtual bool isTargetGoal () const
 
virtual void onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension)
 
MCFOLD void $dtor ()
 
MCFOLD bool $canBeInterrupted ()
 
MCFOLD bool $isTargetGoal () const
 
MCFOLD void $onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 8, 8, ::Mob & > mMob
 
::ll::TypedStorage< 4, 4, float > mSpeedMultiplier
 
::ll::TypedStorage< 4, 4, float > mAttackDamage
 
::ll::TypedStorage< 4, 4, float > mAttackRangeHorizontal
 
::ll::TypedStorage< 4, 4, float > mAttackRangeVertical
 
::ll::TypedStorage< 4, 4, float > mKnockbackHorizontalStrength
 
::ll::TypedStorage< 4, 4, float > mKnockbackVerticalStrength
 
::ll::TypedStorage< 4, 4, float > mKnockbackHeightCap
 
::ll::TypedStorage< 2, 2, ushort > mAttackCooldownTicks
 
::ll::TypedStorage< 2, 2, ushort > mDurationTicks
 
::ll::TypedStorage< 2, 2, ushort > mDurationTicksUntilAttackSound
 
::ll::TypedStorage< 4, 4, ::SharedTypes::Legacy::LevelSoundEvent > mAttackSound
 
::ll::TypedStorage< 4, 4, ::SharedTypes::Legacy::LevelSoundEvent > mChargeSound
 
::ll::TypedStorage< 8, 24, ::std::optional<::ExpiringTick > > mAnimationLength
 
::ll::TypedStorage< 8, 24, ::std::optional<::ExpiringTick > > mSoundCooldown
 
::ll::TypedStorage< 8, 24, ::std::optional<::ExpiringTick > > mSoundDelay
 
::ll::TypedStorage< 8, 24, ::std::optional<::ExpiringTick > > mSonicBoomCooldown
 
::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 SonicBoomGoal::canUse ( )
virtual

Implements Goal.

◆ canContinueToUse()

virtual bool SonicBoomGoal::canContinueToUse ( )
virtual

Reimplemented from Goal.

◆ start()

virtual void SonicBoomGoal::start ( )
virtual

Reimplemented from Goal.

◆ stop()

virtual void SonicBoomGoal::stop ( )
virtual

Reimplemented from Goal.

◆ tick()

virtual void SonicBoomGoal::tick ( )
virtual

Reimplemented from Goal.

◆ appendDebugInfo()

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

Implements Goal.


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