15class RoarGoal :
public ::BaseGoal {
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 ;
50 MCAPI
explicit RoarGoal(
::Mob& mob);
52 MCAPI ::std::optional<::WeakEntityRef> _findRoarTarget()
const;
58 MCAPI
void* $ctor(
::Mob& mob);
66 MCAPI
bool $canContinueToUse();
74 MCAPI
void $appendDebugInfo(::std::string& str)
const;