LeviLamina
Loading...
Searching...
No Matches
MobEffectResponse.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
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"
11
12// auto generated forward declare list
13// clang-format off
14class RenderParams;
16namespace JsonUtil { class EmptyClass; }
17// clang-format on
18
20public:
21 // member variables
22 // NOLINTBEGIN
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;
27 // NOLINTEND
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 virtual ::std::string const& getName() const /*override*/;
33
34 virtual void executeAction(::RenderParams& params) const /*override*/;
35
36 virtual void buildSchema(
38 ::Factory<::EventResponse> const& factory
39 ) const /*override*/;
40 // NOLINTEND
41
42public:
43 // static variables
44 // NOLINTBEGIN
45 MCNAPI static ::std::string const& NameID();
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCNAPI ::std::string const& $getName() const;
52
53 MCNAPI void $executeAction(::RenderParams& params) const;
54
55 MCNAPI void $buildSchema(
57 ::Factory<::EventResponse> const& factory
58 ) const;
59
60
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
Definition EventResponse.h:17
Definition Factory.h:6
Definition EmptyClass.h:7
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 &params) const
static MCAPI ::std::string const & NameID()
Definition RenderParams.h:30
Definition EventResponseCollection.h:16