19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mRoarTarget;
21 ::ll::TypedStorage<2, 2, ushort> mDurationTicks;
22 ::ll::TypedStorage<8, 8, ::Tick> mEndTick;
27 RoarGoal& operator=(RoarGoal
const&);
28 RoarGoal(RoarGoal
const&);
34 virtual bool canUse() ;
36 virtual bool canContinueToUse() ;
38 virtual void start() ;
44 virtual void appendDebugInfo(::std::string& str)
const ;
46 virtual ~RoarGoal() =
default;
52 MCAPI ::std::optional<::WeakEntityRef> _findRoarTarget()
const;
60 MCAPI
bool $canContinueToUse();
68 MCAPI
void $appendDebugInfo(::std::string& str)
const;