|
|
SonicBoomGoal & | operator= (SonicBoomGoal const &) |
|
| SonicBoomGoal (SonicBoomGoal const &) |
| virtual bool | canUse () |
| virtual bool | canContinueToUse () |
| virtual void | start () |
| virtual void | stop () |
| virtual void | tick () |
| virtual void | appendDebugInfo (::std::string &str) const |
|
MCAPI | SonicBoomGoal (::Mob &mob) |
|
MCAPI void * | $ctor (::Mob &mob) |
|
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 int | getRequiredControlFlags () const |
|
MCAPI ushort | getTypeId () const |
|
MCFOLD void | setRequiredControlFlags (int requiredControlFlags) |
|
MCAPI void * | $ctor () |
|
MCAPI void | $dtor () |
|
MCFOLD bool | $canBeInterrupted () |
|
MCFOLD bool | $isTargetGoal () const |
|
MCFOLD void | $onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension) |
|
|
::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< 8, 32, ::std::string > | mDebugName |
|
::ll::TypedStorage< 4, 4, int > | mRequiredControlFlags |
|
::ll::TypedStorage< 2, 2, ushort > | mTypeId |