13class DragonDeathGoal :
public ::BaseGoal {
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 ;
58 MCFOLD
bool $canUse();
60 MCFOLD
bool $canContinueToUse();
68 MCAPI
void $appendDebugInfo(::std::string& str)
const;