3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/server/commands/Command.h"
14namespace AgentCommands {
class Command; }
25 enum class FacingResult :
int {
31 enum class Mode :
int {
64 CommandInfo& operator=(CommandInfo
const&);
65 CommandInfo(CommandInfo
const&);
90 AgentCommand& operator=(AgentCommand
const&);
91 AgentCommand(AgentCommand
const&);
99 virtual ~AgentCommand() =
default;
109 MCAPI
void createAgentOutputSuccess(
::CommandOutput& output,
bool wasSpawned)
const;
static MCAPI void ** $vftable()
Definition CommandOrigin.h:32
Definition CommandOutput.h:19
Definition CommandRegistry.h:47
Definition AgentCommand.h:53