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/deps/core/utility/json_utils/JsonSchemaObjectNode.h"
7#include "mc/util/Factory.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 // destructor thunk
39 // NOLINTBEGIN
40
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46 MCFOLD ::std::string const& $getName() const;
47
48 MCFOLD void $buildSchema(
50 schema,
52 ) const;
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCAPI static void** $vftable();
59 // NOLINTEND
60};
Definition ActorEventResponse.h:16
Definition Factory.h:6
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition ActorEventResponseCollection.h:10