3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/actor/agent/agent_commands/Command.h"
8namespace AgentCommands {
29 virtual void execute() ;
32 virtual bool isDone() ;
50 MCAPI
void $execute();
60 MCAPI
static void** $vftable();
Definition TurnCommand.h:10