LeviLamina
Loading...
Searching...
No Matches
EmitParticleResponse.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/ActorEventResponse.h"
9
10// auto generated forward declare list
11// clang-format off
12class RenderParams;
14namespace JsonUtil { class EmptyClass; }
15// clang-format on
16
17class EmitParticleResponse : public ::ActorEventResponse {
18public:
19 // member variables
20 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 EmitParticleResponse& operator=(EmitParticleResponse const&);
27 EmitParticleResponse(EmitParticleResponse const&);
28 EmitParticleResponse();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ::std::string const& getName() const /*override*/;
34
35 virtual void executeAction(::RenderParams& params) const /*override*/;
36
37 virtual void buildSchema(
39 root,
41 ) const /*override*/;
42 // NOLINTEND
43
44public:
45 // static variables
46 // NOLINTBEGIN
47 MCNAPI static ::std::string const& NameID();
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCNAPI ::std::string const& $getName() const;
54
55 MCNAPI void $executeAction(::RenderParams& params) const;
56
57 MCNAPI void $buildSchema(
59 root,
61 ) const;
62
63
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
Definition ActorEventResponse.h:16
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection > > &root, ::Factory<::ActorEventResponse > const &factory) const
static MCAPI ::std::string const & NameID()
static MCAPI void ** $vftable()
MCAPI::std::string const & $getName() const
MCAPI void $executeAction(::RenderParams &params) const
Definition Factory.h:6
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition ActorEventResponseCollection.h:16
Definition Alias.h:14