LeviLamina
|
Classes | |
class | Definition |
Public Member Functions | |
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 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) |
MCAPI void | $dtor () |
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, ::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 |
|
virtual |
Implements Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Implements Goal.
MCAPI bool SonicBoomGoal::$canUse | ( | ) |
MCAPI bool SonicBoomGoal::$canContinueToUse | ( | ) |
MCAPI void SonicBoomGoal::$start | ( | ) |
MCAPI void SonicBoomGoal::$stop | ( | ) |
MCAPI void SonicBoomGoal::$tick | ( | ) |
MCAPI void SonicBoomGoal::$appendDebugInfo | ( | ::std::string & | str | ) | const |
|
static |
|
inherited |
|
inherited |
|
inherited |
|
inherited |