14class DragonLandingGoal :
public ::Goal {
18 ::ll::TypedStorage<8, 8, ::EnderDragon&> mDragon;
19 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Path>> mCurrentPath;
20 ::ll::TypedStorage<1, 1, bool> mDone;
25 DragonLandingGoal& operator=(DragonLandingGoal
const&);
26 DragonLandingGoal(DragonLandingGoal
const&);
32 virtual bool canUse() ;
34 virtual bool canContinueToUse() ;
36 virtual void start() ;
42 virtual void appendDebugInfo(::std::string& str)
const ;
44 virtual ~DragonLandingGoal() =
default;
50 MCAPI
void findNewTarget();
58 MCAPI
bool $canContinueToUse();
66 MCAPI
void $appendDebugInfo(::std::string& str)
const;
74 MCAPI
static void** $vftable();