LeviLamina
|
Classes | |
class | KnockbackRoarDefinition |
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, int > | mMaxRoarDurationTicks |
::ll::TypedStorage< 4, 4, int > | mMaxTicksUntilAttack |
::ll::TypedStorage< 4, 4, int > | mKnockbackDamage |
::ll::TypedStorage< 4, 4, int > | mKnockbackHorizontalStrength |
::ll::TypedStorage< 4, 4, int > | mKnockbackVerticalStrength |
::ll::TypedStorage< 4, 4, float > | mHeightCap |
::ll::TypedStorage< 4, 4, int > | mKnockbackEffectRange |
::ll::TypedStorage< 4, 4, int > | mMaxCooldownTicks |
::ll::TypedStorage< 8, 64, ::ActorFilterGroup > | mKnockbackFilterGroup |
::ll::TypedStorage< 8, 64, ::ActorFilterGroup > | mDamageFilterGroup |
::ll::TypedStorage< 8, 104, ::ActorDefinitionTrigger > | mOnRoarEnd |
::ll::TypedStorage< 1, 1, bool > | mFilterEvaluateFix |
::ll::TypedStorage< 4, 4, int > | mCurrentCooldownTicks |
::ll::TypedStorage< 4, 4, int > | mCurrentRoarTicks |
::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.