13class AgentCommandExecutionGoal :
public ::BaseGoal {
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 ;
43 MCAPI
explicit AgentCommandExecutionGoal(
::Mob& mob);
49 MCAPI
void* $ctor(
::Mob& mob);
61 MCFOLD
bool $canBeInterrupted();
63 MCAPI
void $appendDebugInfo(::std::string& str)
const;