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/core/utility/json_utils/JsonSchemaObjectNode.h"
7#include "mc/deps/shared_types/legacy/FilterSubject.h"
8#include "mc/util/Factory.h"
9#include "mc/world/response/EventResponse.h"
10
11// auto generated forward declare list
12// clang-format off
13class RenderParams;
14struct EffectDuration;
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 // vIndex: 1
33 virtual ::std::string const& getName() const /*override*/;
34
35 // vIndex: 2
36 virtual void executeAction(::RenderParams& params) const /*override*/;
37
38 // vIndex: 3
39 virtual void buildSchema(
41 ::Factory<::EventResponse> const& factory
42 ) const /*override*/;
43
44 // vIndex: 0
45 virtual ~MobEffectResponse() /*override*/ = default;
46 // NOLINTEND
47
48public:
49 // static variables
50 // NOLINTBEGIN
51 MCAPI static ::std::string const& NameID();
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63 MCAPI ::std::string const& $getName() const;
64
65 MCAPI void $executeAction(::RenderParams& params) const;
66
67 MCAPI void $buildSchema(
69 ::Factory<::EventResponse> const& factory
70 ) const;
71 // NOLINTEND
72
73public:
74 // vftables
75 // NOLINTBEGIN
76 MCAPI static void** $vftable();
77 // NOLINTEND
78};
Definition EventResponse.h:16
Definition Factory.h:6
Definition JsonSchemaObjectNode.h:8
Definition MobEffectResponse.h:19
Definition RenderParams.h:30
Definition EffectDuration.h:5
Definition EventResponseCollection.h:10