19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 ::ll::TypedStorage<4, 4, int> mMaxRoarDurationTicks;
21 ::ll::TypedStorage<4, 4, int> mMaxTicksUntilAttack;
22 ::ll::TypedStorage<4, 4, int> mKnockbackDamage;
23 ::ll::TypedStorage<4, 4, int> mKnockbackHorizontalStrength;
24 ::ll::TypedStorage<4, 4, int> mKnockbackVerticalStrength;
25 ::ll::TypedStorage<4, 4, float> mHeightCap;
26 ::ll::TypedStorage<4, 4, int> mKnockbackEffectRange;
27 ::ll::TypedStorage<4, 4, int> mMaxCooldownTicks;
28 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mKnockbackFilterGroup;
29 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mDamageFilterGroup;
30 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnRoarEnd;
31 ::ll::TypedStorage<1, 1, bool> mFilterEvaluateFix;
32 ::ll::TypedStorage<4, 4, int> mCurrentCooldownTicks;
33 ::ll::TypedStorage<4, 4, int> mCurrentRoarTicks;
38 KnockbackRoarGoal& operator=(KnockbackRoarGoal
const&);
39 KnockbackRoarGoal(KnockbackRoarGoal
const&);
45 virtual bool canUse() ;
47 virtual bool canContinueToUse() ;
49 virtual void start() ;
55 virtual void appendDebugInfo(::std::string& str)
const ;
63 MCAPI
bool $canContinueToUse();
71 MCAPI
void $appendDebugInfo(::std::string& str)
const;