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() ;
33 virtual void fireCommandDoneEvent() ;
48 MCFOLD
void $execute();
50 MCFOLD
bool $isDone();
52 MCAPI
void $fireCommandDoneEvent();
58 MCAPI
static void** $vftable();
Definition GetItemCountCommand.h:10