3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/shared_types/legacy/FilterSubject.h"
7#include "mc/util/Factory.h"
8#include "mc/util/json_util/JsonSchemaObjectNode.h"
9#include "mc/world/effect/EffectDuration.h"
10#include "mc/world/response/EventResponse.h"
16namespace JsonUtil {
class EmptyClass; }
23 ::ll::TypedStorage<8, 32, ::std::string> mEffect;
24 ::ll::TypedStorage<4, 4, ::EffectDuration> mDuration;
25 ::ll::TypedStorage<4, 4, int> mAmplifier;
26 ::ll::TypedStorage<2, 2, ::SharedTypes::Legacy::FilterSubject> mTarget;
33 virtual ::std::string
const& getName()
const ;
39 virtual void buildSchema(
51 MCNAPI static ::std::string
const&
NameID();
Definition EventResponse.h:16
Definition JsonSchemaObjectNode.h:8
Definition MobEffectResponse.h:19
MCAPI::std::string const & $getName() const
static MCAPI void ** $vftable()
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection > > &root, ::Factory<::EventResponse > const &factory) const
MCAPI void $executeAction(::RenderParams ¶ms) const
static MCAPI ::std::string const & NameID()
Definition RenderParams.h:30
Definition EventResponseCollection.h:10