14class ChargeAttackGoal :
public ::Goal {
18 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
19 ::ll::TypedStorage<4, 4, float> mMinDistance;
20 ::ll::TypedStorage<4, 4, float> mMaxDistance;
21 ::ll::TypedStorage<4, 4, float> mSuccessRate;
22 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
23 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSound;
28 ChargeAttackGoal& operator=(ChargeAttackGoal
const&);
29 ChargeAttackGoal(ChargeAttackGoal
const&);
35 virtual void start() ;
39 virtual bool canUse() ;
41 virtual bool canContinueToUse() ;
45 virtual void appendDebugInfo(::std::string& str)
const ;
47 virtual ~ChargeAttackGoal() =
default;
59 MCAPI
bool $canContinueToUse();
63 MCAPI
void $appendDebugInfo(::std::string& str)
const;