14class DragonTakeoffGoal :
public ::BaseGoal {
18 ::ll::TypedStorage<1, 1, bool> mFirstTick;
19 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Path>> mCurrentPath;
20 ::ll::TypedStorage<8, 8, ::EnderDragon&> mDragon;
25 DragonTakeoffGoal& operator=(DragonTakeoffGoal
const&);
26 DragonTakeoffGoal(DragonTakeoffGoal
const&);
32 virtual bool canUse() ;
34 virtual bool canContinueToUse() ;
36 virtual void start() ;
42 virtual void appendDebugInfo(::std::string& str)
const ;
50 MCAPI
void _findNewTarget();
52 MCAPI
void _navigateToNextPathNode();
66 MCAPI
bool $canContinueToUse();
74 MCAPI
void $appendDebugInfo(::std::string& str)
const;