LeviLamina
Loading...
Searching...
No Matches
ParticleEffectResponse.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/Factory.h"
7#include "mc/util/json_util/JsonSchemaObjectNode.h"
8#include "mc/world/response/EventResponse.h"
9
10// auto generated forward declare list
11// clang-format off
12class RenderParams;
14namespace JsonUtil { class EmptyClass; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 1
36 virtual ::std::string const& getName() const /*override*/;
37
38 // vIndex: 2
39 virtual void executeAction(::RenderParams& params) const /*override*/;
40
41 // vIndex: 3
42 virtual void buildSchema(
44 ::Factory<::EventResponse> const& factory
45 ) const /*override*/;
46
47 // vIndex: 0
48 virtual ~ParticleEffectResponse() /*override*/ = default;
49 // NOLINTEND
50
51public:
52 // static variables
53 // NOLINTBEGIN
54 MCNAPI static ::std::string const& NameID();
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCNAPI ::std::string const& $getName() const;
61
62 MCNAPI void $executeAction(::RenderParams& params) const;
63
64 MCNAPI void $buildSchema(
66 ::Factory<::EventResponse> const& factory
67 ) const;
68 // NOLINTEND
69
70public:
71 // vftables
72 // NOLINTBEGIN
73 MCNAPI static void** $vftable();
74 // NOLINTEND
75};
Definition EventResponse.h:16
Definition Factory.h:6
Definition JsonSchemaObjectNode.h:8
Definition ParticleEffectResponse.h:17
static MCAPI ::std::string const & NameID()
static MCAPI void ** $vftable()
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection > > &schema, ::Factory<::EventResponse > const &factory) const
MCAPI void $executeAction(::RenderParams &params) const
MCAPI::std::string const & $getName() const
Definition RenderParams.h:30
Definition EventResponseCollection.h:10
Definition Alias.h:14