3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/util/Factory.h"
7#include "mc/util/json_util/JsonSchemaObjectNode.h"
8#include "mc/world/response/ActorEventResponse.h"
9#include "mc/world/response/CommandResponseBase.h"
15namespace JsonUtil {
class EmptyClass; }
23 virtual ::std::string
const& getName()
const ;
29 virtual void buildSchema(
Definition ActorCommandResponse.h:18
static MCAPI void ** $vftableForActorEventResponse()
MCAPI::std::string const & $getName() const
static MCAPI void ** $vftableForCommandResponseBase()
MCAPI void $executeAction(::RenderParams ¶ms) const
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection > > &root, ::Factory<::ActorEventResponse > const &factory) const
Definition ActorEventResponse.h:16
Definition CommandResponseBase.h:14
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition ActorEventResponseCollection.h:10