13class DragonDeathGoal :
public ::Goal {
17 ::ll::TypedStorage<8, 8, ::EnderDragon&> mDragon;
18 ::ll::TypedStorage<4, 4, int> mTime;
23 DragonDeathGoal& operator=(DragonDeathGoal
const&);
24 DragonDeathGoal(DragonDeathGoal
const&);
30 virtual bool canUse() ;
32 virtual bool canContinueToUse() ;
34 virtual void start() ;
40 virtual void appendDebugInfo(::std::string& str)
const ;
42 virtual ~DragonDeathGoal() =
default;
48 MCFOLD
bool $canUse();
50 MCFOLD
bool $canContinueToUse();
58 MCAPI
void $appendDebugInfo(::std::string& str)
const;
66 MCAPI
static void** $vftable();