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