LeviLamina
Loading...
Searching...
No Matches
ActorEventResponse.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
9// auto generated forward declare list
10// clang-format off
11class RenderParams;
13namespace JsonUtil { class EmptyClass; }
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~ActorEventResponse() = default;
22
23 // vIndex: 1
24 virtual ::std::string const& getName() const;
25
26 // vIndex: 2
27 virtual void executeAction(::RenderParams&) const = 0;
28
29 // vIndex: 3
30 virtual void buildSchema(
32 schema,
34 ) const;
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCNAPI ::std::string const& $getName() const;
41
42 MCNAPI void $buildSchema(
44 schema,
46 ) const;
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
Definition ActorEventResponse.h:16
MCAPI::std::string const & $getName() const
static MCAPI void ** $vftable()
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection > > &schema, ::Factory<::ActorEventResponse > const &factory) const
Definition Factory.h:6
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition ActorEventResponseCollection.h:10