3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/actor/ai/goal/Goal.h"
17 ::ll::TypedStorage<8, 8, ::EnderDragon&> mDragon;
18 ::ll::TypedStorage<4, 4, float> mScanTime;
31 virtual bool canUse() ;
34 virtual bool canContinueToUse() ;
37 virtual void start() ;
46 virtual void appendDebugInfo(::std::string& str)
const ;
Definition DragonScanningGoal.h:13
MCAPI void $appendDebugInfo(::std::string &str) const
static MCAPI float & SITTING_ATTACK_VIEW_RANGE()
static MCAPI float & SITTING_CHARGE_VIEW_RANGE()
static MCAPI int & SITTING_SCANNING_IDLE_TICKS()
static MCAPI void ** $vftable()
MCAPI bool $canContinueToUse()
Definition EnderDragon.h:27