3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/util/Factory.h"
7#include "mc/util/json_util/JsonSchemaObjectNode.h"
8#include "mc/world/response/EventResponse.h"
27 RemoveMobEffectResponse& operator=(RemoveMobEffectResponse
const&);
28 RemoveMobEffectResponse(RemoveMobEffectResponse
const&);
29 RemoveMobEffectResponse();
34 virtual ::std::string
const& getName()
const ;
38 virtual void buildSchema(
43 virtual ~RemoveMobEffectResponse() =
default;
49 MCNAPI static ::std::string
const&
NameID();
Definition EventResponse.h:16
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
static MCAPI void ** $vftable()
MCAPI::std::string const & $getName() const
MCAPI void $executeAction(::RenderParams ¶ms) const
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection > > &schema, ::Factory<::EventResponse > const &factory) const
static MCAPI ::std::string const & NameID()
Definition RenderParams.h:30
Definition EventResponseCollection.h:10