13class RestrictOpenDoorGoal :
public ::Goal {
17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
22 RestrictOpenDoorGoal& operator=(RestrictOpenDoorGoal
const&);
23 RestrictOpenDoorGoal(RestrictOpenDoorGoal
const&);
24 RestrictOpenDoorGoal();
29 virtual bool canUse() ;
31 virtual bool canContinueToUse() ;
33 virtual void start() ;
37 virtual void appendDebugInfo(::std::string& str)
const ;
39 virtual ~RestrictOpenDoorGoal() =
default;
47 MCAPI
bool $canContinueToUse();
53 MCAPI
void $appendDebugInfo(::std::string& str)
const;