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"
29 DamageResponse& operator=(DamageResponse
const&);
30 DamageResponse(DamageResponse
const&);
36 virtual ::std::string
const& getName()
const ;
40 virtual void buildSchema(
45 virtual ~DamageResponse() =
default;
57 MCNAPI static ::std::string
const&
NameID();
static MCAPI void ** $vftable()
MCAPI void repairOrHurtItem(int const &amount, ::RenderParams ¶ms) const
MCAPI void $executeAction(::RenderParams ¶ms) const
MCAPI::std::string const & $getName() const
static MCAPI ::std::string const & NameID()
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection > > &root, ::Factory<::EventResponse > const &factory) const
Definition EventResponse.h:16
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition EventResponseCollection.h:10