3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/actor/agent/agent_commands/Command.h"
8namespace AgentCommands {
27 virtual void execute() ;
30 virtual bool isDone() ;
45 MCAPI
void $execute();
47 MCFOLD
bool $isDone();
53 MCAPI
static void** $vftable();
Definition DropAllCommand.h:10