13class DragonScanningGoal :
public ::BaseGoal {
17 ::ll::TypedStorage<8, 8, ::EnderDragon&> mDragon;
18 ::ll::TypedStorage<4, 4, float> mScanTime;
23 DragonScanningGoal& operator=(DragonScanningGoal
const&);
24 DragonScanningGoal(DragonScanningGoal
const&);
30 virtual bool canUse() ;
32 virtual bool canContinueToUse() ;
34 virtual void start() ;
40 virtual void appendDebugInfo(::std::string& str)
const ;
52 MCAPI
static float& SITTING_ATTACK_VIEW_RANGE();
54 MCAPI
static float& SITTING_CHARGE_VIEW_RANGE();
56 MCAPI
static int& SITTING_SCANNING_IDLE_TICKS();
70 MCAPI
bool $canContinueToUse();
78 MCAPI
void $appendDebugInfo(::std::string& str)
const;