13class BreakDoorGoal :
public ::DoorInteractGoal {
17 ::ll::TypedStorage<4, 4, int> mBreakTime;
18 ::ll::TypedStorage<4, 4, int const> mBreakDoorTime;
19 ::ll::TypedStorage<4, 4, int> mLastBreakProgress;
20 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
25 BreakDoorGoal& operator=(BreakDoorGoal
const&);
26 BreakDoorGoal(BreakDoorGoal
const&);
32 virtual bool canUse() ;
34 virtual void start() ;
38 virtual bool canContinueToUse() ;
42 virtual void appendDebugInfo(::std::string& str)
const ;
44 virtual ~BreakDoorGoal() =
default;
56 MCAPI
bool $canContinueToUse();
60 MCAPI
void $appendDebugInfo(::std::string& str)
const;