3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/actor/ai/goal/target/TargetGoal.h"
18 virtual bool canUse() ;
21 virtual void start() ;
24 virtual void appendDebugInfo(::std::string& str)
const ;
27 virtual void alertOther(
::Mob* other,
::Mob* hurtByMob);
Definition HurtByTargetGoal.h:13
static MCAPI void ** $vftable()
MCAPI void $appendDebugInfo(::std::string &str) const
MCAPI void $alertOther(::Mob *other, ::Mob *hurtByMob)
Definition TargetGoal.h:15